Skip to content

Commit 2aa409f

Browse files
author
Ege Orcun
committed
chore: Use forked plane-sdk with endpoint fix
Temporarily using forked plane-sdk from: https://github.com/egeorcun/plane-python-sdk This fixes the /work-items -> /issues endpoint issue. Will revert to official SDK once PR makeplane#18 is merged: makeplane/plane-python-sdk#18
1 parent c46c349 commit 2aa409f

File tree

2 files changed

+223
-49
lines changed

2 files changed

+223
-49
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["mcp", "plane", "fastmcp", "ai", "automation"]
1313

1414
dependencies = [
1515
"fastmcp==2.14.1",
16-
"plane-sdk==0.2.2",
16+
"plane-sdk @ git+https://github.com/egeorcun/plane-python-sdk.git@main",
1717
"py-key-value-aio[redis]==0.3.0",
1818
"mcp==1.24.0",
1919
]

0 commit comments

Comments
 (0)