🪚 package.json

This commit is contained in:
nirholas
2026-03-31 10:22:35 +00:00
parent 155666ea71
commit c792bcac6d

View File

@@ -1,7 +1,12 @@
{
"name": "claude-code-explorer-mcp",
"version": "1.1.0",
"mcpName": "io.github.nirholas/claude-code-explorer-mcp",
"description": "MCP server for exploring the Claude Code source code — STDIO, HTTP, and SSE transports",
"repository": {
"type": "git",
"url": "https://github.com/nirholas/claude-code.git"
},
"type": "module",
"main": "dist/index.js",
"bin": {
@@ -24,3 +29,4 @@
"typescript": "^5.7.0"
}
}