Skip to content

MCP issue creation not working in self-hosted Community EditionΒ #47

@Tanmaymundra

Description

@Tanmaymundra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions