diff --git a/docs/my-website/docs/mcp.md b/docs/my-website/docs/mcp.md index 0947c494c7..96d035c938 100644 --- a/docs/my-website/docs/mcp.md +++ b/docs/my-website/docs/mcp.md @@ -47,14 +47,10 @@ model_list: api_key: sk-xxxxxxx mcp_servers: - { - "zapier_mcp": { - "url": "https://actions.zapier.com/mcp/sk-akxxxxx/sse" - }, - "fetch": { - "url": "http://localhost:8000/sse" - } - } + zapier_mcp: + url: "https://actions.zapier.com/mcp/sk-akxxxxx/sse" + fetch: + url: "http://localhost:8000/sse" ``` @@ -424,4 +420,4 @@ async with stdio_client(server_params) as (read, write): ``` - \ No newline at end of file +