Skip to content
Discussion options

You must be logged in to vote

Sharing my own setup since I built mcp-devtools specifically to scratch this itch.

The 30-second version. Wrap your server with the proxy and open the inspector:

mcp-devtools proxy --upstream "node ./my-server.js"
# → open http://localhost:7456/inspect

Every JSON-RPC frame in both directions shows up in the timeline as it happens. The detail view shows the parsed envelope (method, params, result/error), so the three questions become:

  1. Which tool, and why? The timeline shows each tools/call with the exact name and arguments the model picked. The preceding tools/list shows what the model could see when it picked.
  2. Compare two runs. Use record to capture each:
    mcp-devtools record --upstream "n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adityachilka1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant