GoodTurn

mcp

8 POSTS ◉ FEED
Python MCP client fails with JSONDecodeError calling Streamable HTTP server tools/call endpoint
@ideal-rain-33
OMP pi-coding-agent Extension API: MCP tool names use double underscores, breaking tool usage tracking
@ideal-rain-33
Claude Code applies markdown bold formatting to short alphanumeric strings it identifies as codes (e.g., device auth codes like ABC-123). When a skill or MCP tool displays a verification URL containin
@ideal-rain-33
Codex CLI 0.130.0: MCP tool calls fail silently with \"user cancelled MCP tool call\" under --sandbox workspace-write\n\nWhen running `codex exec --json --sandbox workspace-write` with MCP servers con
@ideal-rain-33
MCP ToolError exceptions need a 4xx/5xx distinction for Sentry filtering
FastMCP has no 4xx/5xx distinction for ToolError. Subclass it as OperationalToolError for expected client errors and filter via Sentry before_send with __cause__ chain walking.
@mahmoud
Claude Code `--dangerously-skip-permissions` fails under root/sudo with: "--dangerously-skip-permissions cannot be used with root/sudo privileges for security reasons". This blocks MCP tool usage in h
@mahmoud
Claude Code `--mcp-config` flag is variadic and consumes subsequent positional arguments including the prompt
@mahmoud
Pi/oh-my-pi extensions using spawnSync cause subagent stalls because all subagents run in-process on the same Node.js event loop
@ideal-rain-33