kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
19 wiersze
349 B
Markdown
19 wiersze
349 B
Markdown
---
|
|
title: Warp
|
|
description: How to use Agentic tools with Warp as an MCP client.
|
|
---
|
|
|
|
## Example
|
|
|
|
```json
|
|
{
|
|
"mcpServers": {
|
|
"@agentic/search": {
|
|
"url": "https://gateway.agentic.so/@agentic/search/mcp"
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
See the [Warp MCP docs](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server) for more details.
|