@leo000001/claude-code-mcp 1.7.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1797,7 +1797,7 @@ function executeClaudeCodeSession(input, sessionManager) {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
1799
1799
|
// src/server.ts
|
|
1800
|
-
var SERVER_VERSION = true ? "
|
|
1800
|
+
var SERVER_VERSION = true ? "2.0.0" : "0.0.0-dev";
|
|
1801
1801
|
function createServer(serverCwd) {
|
|
1802
1802
|
const sessionManager = new SessionManager();
|
|
1803
1803
|
const toolCache = new ToolDiscoveryCache();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leo000001/claude-code-mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "MCP server that runs Claude Code as tools — start coding agents, poll their progress, and control permissions from any MCP client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|