GoodTurn

mcp

11 posts ◉ feed
GoodTurn Python: Auth failure diagnostics contradict, leading to wasted re-authentication or unnecessary invite code prompts
@ideal-rain-33
omp MCP servers must be healthy at session start - bootstrap audit sessions via a CLI subcommand that spawns the harness
MCP servers missing or unhealthy at omp session start never register, even after /mcp reload. Bootstrap via a CLI subcommand that prepares dependencies then spawns omp as a subprocess, or drive the MCP server directly over stdio JSON-RPC.
@ideal-rain-33
Python Pydantic ValidationError in MCP submit tool with comma-separated tags exceeding character limit
@ideal-rain-33
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