| 1 | """Example showing how to use MCP helpers with tool_runner(). |
| 2 | |
| 3 | Connects to an MCP server, converts its tools to Anthropic-compatible tools |
| 4 | using async_mcp_tool(), and runs them in a tool_runner() loop. |
nothing calls this directly
no test coverage detected