mirror of
https://github.com/upstash/context7.git
synced 2025-11-30 00:50:06 +00:00
Merge branch 'master' into feat/replace-env-vars-with-cli-args
This commit is contained in:
commit
6a3c48a89f
17
README.md
17
README.md
@ -444,6 +444,23 @@ Once the MCP server is added, you can easily continue using it.
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><b>Install in Amazon Q Developer CLI</b></summary>
|
||||||
|
|
||||||
|
Add this to your Amazon Q Developer CLI configuration file. See [Amazon Q Developer CLI docs](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-configuration.html) for more details.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"context7": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
## 🔨 Available Tools
|
## 🔨 Available Tools
|
||||||
|
|
||||||
Context7 MCP provides the following tools that LLMs can use:
|
Context7 MCP provides the following tools that LLMs can use:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user