You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When compiling a bundle with Deno and running it in MCP, the debugger inspector functionality is not accessible.
Describe the solution you'd like
Add support for connecting to the V8 inspector protocol when running Deno bundles in MCP.
Describe alternatives you've considered
Using console.log statements for debugging (cumbersome and limited visibility into program state)
Running the code outside MCP for debugging (doesn't accurately represent the MCP runtime environment)
Additional context
Add any other context or screenshots about the feature request here.
and claude can interact with it all good, but inspector can not.
NotCapable: Requires env access to "NODE_EXTRA_CA_CERTS",
specify the required permissions during compilation using
'deno compile --allow-env'
at Object.getEnv [as get] (ext:runtime/30_os.js:124:10)
at HttpsClientRequest._getClient (node:https:94:35)
at HttpsClientRequest._writeHeader (node:http:296:25)
at HttpsClientRequest._send (node:_http_outgoing:381:12)
at HttpsClientRequest.end (node:http:434:12)
at writeToStream (file:///private/tmp/deno-compile-xMcp/node_modules/localhost/node-fetch/2.7.0/lib/index.js:649:8)
at file:///private/tmp/deno-compile-xMcp/node_modules/localhost/node-fetch/2.7.0/lib/index.js:1726:3 at new Promise (<anonymous>)
at fetch (file:///private/tmp/deno-compile-xMcp/node_modules/localhost/node-fetch/2.7.0/lib/index.js:1447:9)
at fetchWithRetries (file:///private/tmp/deno-compile-xMcp/node_modules/localhost/twitter-api-sdk/1.2.1/dist/request.js:21:48) { name: "NotCapable" }
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When compiling a bundle with Deno and running it in MCP, the debugger inspector functionality is not accessible.
Describe the solution you'd like
Add support for connecting to the V8 inspector protocol when running Deno bundles in MCP.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
I compile my mcp with command like
and claude can interact with it all good, but inspector can not.
The text was updated successfully, but these errors were encountered: