Tags: makeplane/plane-mcp-server
Tags
release: v0.2.2 (#66) * [MCP-1] feat: build check workflow (#15) * fix: added build check workflow * chore: typo fixes * release: v0.1.5 * chore: bump version to 0.2.2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
feat: add metadata API tools and availability test (#59) Add new MCP tools for: - Labels (CRUD operations) - States (CRUD operations) - Pages (workspace and project pages) - Work item activities (list/retrieve) - Work item comments (CRUD operations) - Work item links (CRUD operations) - Work item relations (list/create/remove) - Work item types (CRUD operations) - Work logs (CRUD operations) - Workspaces (members, features) Also add test_tools_availability() integration test to verify all 95 expected tools are registered after releases. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: use correct nested SDK API paths for work item sub-resources Fix API access patterns to use client.work_items.* instead of client.work_item_* for nested sub-resources: - work_logs -> work_items.work_logs - activities -> work_items.activities - comments -> work_items.comments - links -> work_items.links - relations -> work_items.relations * fix: type and enum validations
feat: add fastmcp based MCP server (#54) * chore: delete all previous ts based mcp server * feat: add new mcp server in python using fastmcp - Supports both self-hosted (using stdio) and cloud using stdio and http transports. - Stdio supports PAT based auth and http transport uses OAuth * delete old node github actions * add gh action to publish to pypi * use workspace_slug from env or oauth token * fix fetching installation flow * add docker files * feat: add support to run oauth, header and stdio based mcp servers * refactor code for each of the mcp server * fix env variables in stdio transport * update docker command to use http transport * add info logs in oauth provider * fix: downgrade mcp to 1.22.0 version * formatting changes * use /api-key as path for header based mcp * update README with instructions on using python mcp * remove rest of the node files * upgrade fastmcp to latest version * Update server name and icon * add SSE transport for backward compatibility * add intake tools * add docs for intake tools * add sse documentation * set version as 0.2.0
release: v0.1.3 (#18) * [MCP-1] feat: build check workflow (#15) * fix: added build check workflow * chore: typo fixes * [MCP-2] chore: add scarf to track installations (#16) * [MCP-2] chore: add scarf to track installations * chore: bump version to 0.1.3 --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
PreviousNext