Update README.md with Warp integration instructions

This commit is contained in:
Zada Zorg 2025-06-25 18:04:01 +03:00 committed by GitHub
parent 6b921c273e
commit d38be6d974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -585,6 +585,34 @@ See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-ass
</details>
<details>
<summary><b>Install in Warp</b></summary>
See [Warp Model Context Protocol Documentation](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server) for details.
1. Navigate `Settings` > `AI` > `Manage MCP servers`.
2. Add a new MCP server by clicking the `+ Add` button.
3. Paste the configuration given below:
```json
{
"Context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {},
"working_directory": null,
"start_on_launch": true
}
}
```
4. Click `Save` to apply the changes.
</details>
## 🔨 Available Tools
Context7 MCP provides the following tools that LLMs can use: