plugins/claude/code/.claude-plugin/plugin.json
Snider a8424ee8c4 chore(mcp): wire marketplace server
Summary:\n- added repo-level .mcp.json for the shared MCP server\n- removed inline MCP config from claude/code plugin
2026-02-05 20:45:20 +00:00

22 lines
513 B
JSON

{
"name": "code",
"description": "Core development plugin for Host UK monorepo - core CLI integration, formatting hooks, and autonomous workflows",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"homepage": "https://github.com/host-uk/core-agent",
"repository": {
"type": "git",
"url": "https://github.com/host-uk/core-agent.git"
},
"license": "EUPL-1.2",
"keywords": [
"devops",
"monorepo",
"go",
"php",
"laravel"
]
}