kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
19 wiersze
349 B
Plaintext
19 wiersze
349 B
Plaintext
![]() |
---
|
||
|
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.
|