Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/mcp-inspector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions .github/workflows/shared/mcp/context7.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,29 @@ mcp-servers:
env:
CONTEXT7_API_KEY: "${{ secrets.CONTEXT7_API_KEY }}"
allowed:
- get-library-docs
- query-docs
- resolve-library-id
---

<!--

# Context7 MCP Server
# Vector database and semantic search from Upstash
# Up-to-date code documentation for any library from Upstash
#
# Provides semantic search capabilities over your data using vector embeddings
# Fetches version-specific documentation and code examples for libraries and frameworks.
# Helps generate accurate, up-to-date code without hallucinated APIs or outdated examples.
# Documentation: https://github.com/upstash/context7
#
# Available tools:
# - get-library-docs: Get library documentation
# - resolve-library-id: Resolve library identifiers
# - resolve-library-id: Resolves a library name into a Context7-compatible library ID
# - query-docs: Retrieves documentation for a library using a Context7-compatible library ID
#
# Usage:
# imports:
# - shared/mcp/context7.md
#
# Example prompt:
# "Create Next.js middleware that checks for JWT. use context7"
# "Implement authentication with Supabase. use library /supabase/supabase for API and docs."

-->