Your MCP server is not an API adapter

A lot of MCP servers I see in the wild look like this: @mcp.tool() async def get_thing(id: str): ...

Read Original

Related