kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
20 wiersze
359 B
Markdown
20 wiersze
359 B
Markdown
---
|
|
title: Cline
|
|
description: How to use Agentic tools with Cline as an MCP client.
|
|
---
|
|
|
|
## Example
|
|
|
|
```json
|
|
{
|
|
"mcpServers": {
|
|
"@agentic/search": {
|
|
"url": "https://gateway.agentic.so/@agentic/search/mcp",
|
|
"disabled": false
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
See the [Cline MCP docs](https://docs.cline.bot/mcp/connecting-to-a-remote-server) for more details.
|