Clarify inspector-server error logging

This commit is contained in:
Justin Spahr-Summers
2025-01-23 17:19:39 +00:00
parent e7697eb5cd
commit 14db05c2a2
2 changed files with 14 additions and 12 deletions

View File

@@ -125,9 +125,6 @@ app.get("/sse", async (req, res) => {
mcpProxy({
transportToClient: webAppTransport,
transportToServer: backingServerTransport,
onerror: (error) => {
console.error(error);
},
});
console.log("Set up MCP proxy");