Add Context7 MCP server configuration#18
Conversation
Generated with [Indent](https://indent.com) Co-Authored-By: Indent <noreply@indent.com>
|
| @@ -0,0 +1,8 @@ | |||
| { | |||
There was a problem hiding this comment.
Dev config will be publicly served: This repository is deployed via GitHub Pages at assets.indent.com (see the CNAME file). All committed files are served publicly, so this file will be accessible at https://assets.indent.com/.mcp.json. While it doesn't contain secrets, it unnecessarily exposes internal dev tooling configuration. Additionally, this repo contains only static image assets with no application code or build system, so there's limited benefit to having MCP tooling configured here. Consider moving this to a code repository where developers would actually use it.
| "mcpServers": { | ||
| "context7": { | ||
| "command": "npx", | ||
| "args": ["-y", "@upstash/context7-mcp@latest"] |
There was a problem hiding this comment.
Unpinned dependency version: Using @latest means the resolved package version can change at any time. A breaking or malicious update could silently affect all users of this config. Pinning to a specific version (e.g., @upstash/context7-mcp@1.0.0) is a minor supply-chain hygiene improvement.
| "args": ["-y", "@upstash/context7-mcp@latest"] | |
| "args": ["-y", "@upstash/context7-mcp@<pinned-version>"] |
Summary
.mcp.jsonwith Context7 MCP server configuration (@upstash/context7-mcp) for documentation lookup.Motivation
Requested for testing purposes to configure the Context7 MCP server in this repository.
Testing
No tests needed — this is a static configuration file.
Tag
@indentto continue the conversation here.