Summary:\n- added repo-level .mcp.json for the shared MCP server\n- removed inline MCP config from claude/code plugin
22 lines
513 B
JSON
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"
|
|
]
|
|
}
|