Update mcp.md (#10493)

This commit is contained in:
Parham Alvani 2025-05-02 03:54:27 +00:00 committed by GitHub
parent 4e44d7f40c
commit d7632ca56e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>