-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I was able to set up the MCP environment using the provided configuration and can successfully retrieve the list of projects from the self-hosted version via MCP. However, Iβm unable to create an issue under any project.
Is it possible that the MCP schema follows the commercial license structure, while the Community Edition uses a different schema ?
Or there seems to be issue with parameters definition while calling the api.
Claude Output
Unfortunately, even the read operation for issues is failing with the same error. It seems like only certain read operations work (get_projects, get_user, get_workspace_members), but anything that requires parameters is broken.
What works:
β
get_projects (no parameters needed)
β
get_user (no parameters needed)
β
get_workspace_members (no parameters needed)
What doesn't work:
β list_project_issues (needs project_id)
β create_issue (needs project_id & issue_data)
β All other operations requiring parameters
The Planeso MCP server has a systematic issue with parameter validation. All tools that require input parameters are broken.