KeiSeiKit-1.0/.claude-plugin/mcp-template.json

9 lines
325 B
JSON

{
"_comment": "Template for .mcp.json. Copy to repo root as .mcp.json to register the KeiSei MCP server. Requires @keisei/mcp-server published to npm (status: not yet published — see PLUGIN.md).",
"mcpServers": {
"keisei": {
"command": "npx",
"args": ["-y", "@keisei/mcp-server", "--stdio"]
}
}
}