Merge branch 'upstash:master' into master

This commit is contained in:
Philip Fung 2025-06-25 06:28:59 -07:00 committed by GitHub
commit eeb654584d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,6 +270,12 @@ Run this command. See [Claude Code MCP docs](https://docs.anthropic.com/en/docs/
#### Claude Code Remote Server Connection
```sh
claude mcp add --transport http context7 https://mcp.context7.com/mcp
```
Or using SSE transport:
```sh
claude mcp add --transport sse context7 https://mcp.context7.com/sse
```
@ -540,6 +546,31 @@ See [Qodo Gen docs](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-ch
```
</details>
<details>
<summary><b>Install in JetBrains AI Assistant</b></summary>
See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html) for more details.
1. In JetBrains IDEs go to `Settings` -> `Tools` -> `AI Assistant` -> `Model Context Protocol (MCP)`
2. Click `+ Add`.
3. Click on `Command` in the top-left corner of the dialog and select the As JSON option from the list
4. Add this configuration and click `OK`
```json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}
```
5. Click `Apply` to save changes.
</details>
## 🔨 Available Tools
Context7 MCP provides the following tools that LLMs can use: