Issue 1 - MCP Server Mapping: - Add mcp_servers field to plugin.json for plugins using shared MCP servers - projman/pr-review now install gitea MCP server - cmdb-assistant now installs netbox MCP server - Scripts read MCP server names from plugin.json Issue 2 - CLAUDE.md Section Markers: - Install wraps content with HTML comment markers for precise removal - Uninstall uses markers first, falls back to legacy header detection - Fixes code block false positives during uninstall Bug fix: - Change ((servers_added++)) to ((++servers_added)) to avoid exit code 1 with set -e when incrementing from 0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
25 lines
687 B
JSON
25 lines
687 B
JSON
{
|
|
"name": "viz-platform",
|
|
"version": "1.1.0",
|
|
"description": "Visualization tools with Dash Mantine Components validation, Plotly charts, and theming",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/viz-platform/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"dash",
|
|
"plotly",
|
|
"mantine",
|
|
"charts",
|
|
"dashboards",
|
|
"theming",
|
|
"visualization",
|
|
"dmc"
|
|
],
|
|
"mcp_servers": ["viz-platform"],
|
|
"commands": ["./commands/"]
|
|
}
|