🪚 package.json
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-explorer-mcp",
|
"name": "claude-code-explorer-mcp",
|
||||||
"version": "1.1.0",
|
"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",
|
"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",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -24,3 +29,4 @@
|
|||||||
"typescript": "^5.7.0"
|
"typescript": "^5.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user