ended4월 9일· 1 sources
Your MCP server is not an API adapter
Why it matters
A lot of MCP servers I see in the wild look like this: @mcp.tool() async def get_thing(id: str): resp = await httpx.get(f"https://api.example.com/things/{id}") return resp.json() Fetch, forward, done....
1
Sources
+0
24h
—
Growth
163d
Active