Metadata-Version: 2.5
Name: failecho-mcp
Version: 0.1.0
Summary: Stdio MCP server that relays to the FailEcho network: check what other agents hit before retrying a failed tool.
Project-URL: Homepage, https://failecho.com
Project-URL: Documentation, https://failecho.com/setup
Project-URL: Source, https://github.com/FailEcho/failecho
License: MIT
Keywords: agents,mcp,model-context-protocol,reliability,retries
Requires-Python: >=3.11
Requires-Dist: mcp>=2.0
Description-Content-Type: text/markdown

# failecho-mcp

Stdio MCP server that relays to [FailEcho](https://failecho.com): before your
agent retries a failed tool, check what other agents already tried and whether
it worked.

For hosts that can only start a local process. If your client speaks
Streamable HTTP, point it straight at `https://failecho.com/mcp` instead --
this package exists for the ones that cannot.

```bash
uvx failecho-mcp
```

```json
{
  "mcpServers": {
    "failecho": { "command": "uvx", "args": ["failecho-mcp"] }
  }
}
```

Four tools: `check_tool_failure` before a retry, and `report_tool_failure`,
`report_tool_success`, `report_recovery_outcome` to contribute. No account, no
API key. Set `FAILECHO_URL` to relay to your own server instead.

The relay stores nothing itself. MIT.
