Skip to content

feat(projects): add project list tool#16

Merged
upsetbit merged 1 commit into
masterfrom
codex/feat-project-list-tool
Jun 24, 2026
Merged

feat(projects): add project list tool#16
upsetbit merged 1 commit into
masterfrom
codex/feat-project-list-tool

Conversation

@upsetbit

Copy link
Copy Markdown
Contributor

Summary

  • add Plane client support for listing workspace projects
  • expose plane_project_list as a compact MCP tool returning project id, identifier, and name
  • register and document the new tool, including updated tool counts
  • add client and MCP tests for project listing and compact output

Impact

Agents can discover project ids and identifiers through MCP before calling project-scoped tools or transfer workflows.

Validation

  • go test ./... -count=1
  • just lint-sec
  • GOTOOLCHAIN=go1.26.4 go run golang.org/x/vuln/cmd/govulncheck@latest ./...
  • just lint-md
  • GITHUB_TOKEN=... just lint-links

Closes #8

@upsetbit upsetbit merged commit ecef7d1 into master Jun 24, 2026
6 checks passed
@upsetbit upsetbit deleted the codex/feat-project-list-tool branch June 24, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(projects): expose a project listing tool for discoverability

1 participant