Skip to content

Tags: makeplane/plane-mcp-server

Tags

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: adding new docs (#73)

* chore: adding new docs

* chore: update contribution guide

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: use internal base URL for API client (#67)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.1.5 (#40)

* [MCP-1] feat: build check workflow (#15)

* fix: added build check workflow

* chore: typo fixes

* release: v0.1.5

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump release to 0.1.4 (#21)

* [MCP-1] feat: build check workflow (#15)

* fix: added build check workflow

* chore: typo fixes

* chore: bump version to 0.1.4

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.1.2 (#11)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: projects api serialization (#3)