The mcp_servers key is not a valid key in the Claude plugin manifest schema. MCP servers are configured in the root .mcp.json file instead. Affected plugins: - cmdb-assistant - contract-validator - data-platform - pr-review - projman - viz-platform Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
594 B
JSON
21 lines
594 B
JSON
{
|
|
"name": "projman",
|
|
"version": "3.4.0",
|
|
"description": "Sprint planning and project management with Gitea integration",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/projman/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"project-management",
|
|
"sprint-planning",
|
|
"gitea",
|
|
"agile",
|
|
"lessons-learned"
|
|
],
|
|
"commands": ["./commands/"]
|
|
}
|