Update mcp.md (#10493)

This commit is contained in:
Parham Alvani
2025-05-01 20:54:27 -07:00
committed by GitHub
parent 4e44d7f40c
commit d7632ca56e
+5 -9
View File
@@ -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):
```
</TabItem>
</Tabs>
</Tabs>