mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 22:28:48 +03:00
25 lines
716 B
JSON
25 lines
716 B
JSON
cl{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "warrioraashuu-codemaster",
|
|
"title": "Claude Code Explorer MCP",
|
|
"description": "Explore the Claude Code CLI source — browse tools, commands, search the 512K-line codebase.",
|
|
"repository": {
|
|
"url": "https://github.com/codeaashu/claude-code",
|
|
"source": "github",
|
|
"subfolder": "mcp-server"
|
|
},
|
|
"version": "1.1.0",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
"identifier": "warrioraashuu-codemaster",
|
|
"version": "1.1.0",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"runtimeHint": "node"
|
|
}
|
|
]
|
|
}
|