Skip to content

Commit 0b394fa

Browse files
committed
fix: update debug proxy description to be client-agnostic
1 parent 41a1448 commit 0b394fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-tests/mcp-ts/mcp-debug-proxy.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/**
3-
* MCP Debug Proxy — logs all requests/responses between Claude Code and the MCP server.
3+
* MCP Debug Proxy — logs all requests/responses between an MCP client and the MCP server.
44
* Usage: node mcp-debug-proxy.mjs [listen-port] [target-port]
55
* Defaults: listen on 5026, forward to localhost:5025
66
*

0 commit comments

Comments
 (0)