mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
5a7039bf9d
* CTX7-2692: support OIDC in SDK and MCP * CTX7-2692: align Vercel OIDC with Marketplace spec * CTX7-2692: fix MCP readme formatting * CTX7-2692: prefer explicit OIDC credentials * CTX7-2692: isolate OIDC authentication concerns * CTX7-2692: address SDK and MCP review feedback
35 lines
702 B
Bash
35 lines
702 B
Bash
# Context7 API
|
|
CONTEXT7_API_KEY=
|
|
CONTEXT7_API_URL=https://context7.com/api
|
|
|
|
# MCP HTTP server
|
|
RESOURCE_URL=
|
|
OAUTH_AUTH_SERVER_URL=
|
|
OAUTH_JWKS_URL=
|
|
EMA_ISSUER=
|
|
AUTH_SERVER_URL=
|
|
OPENAI_APPS_CHALLENGE_TOKEN=
|
|
|
|
# Exact values assigned to the Context7 Vercel Marketplace product.
|
|
VERCEL_MARKETPLACE_OIDC_ISSUER=
|
|
VERCEL_MARKETPLACE_OIDC_AUDIENCE=
|
|
|
|
# Required for hosted HTTP deployments. Must match context7.com.
|
|
MCP_CLIENT_IP_ASSERTION_KEY=
|
|
|
|
# Maximum concurrent MCP subscription streams per HTTP process.
|
|
MCP_MAX_SUBSCRIPTIONS=16000
|
|
|
|
# Network / certificates
|
|
HTTPS_PROXY=
|
|
NODE_EXTRA_CA_CERTS=
|
|
|
|
# GitHub integration
|
|
GITHUB_TOKEN=
|
|
GH_TOKEN=
|
|
|
|
# CLI behavior
|
|
CLAUDE_CONFIG_DIR=
|
|
CTX7_TELEMETRY_DISABLED=
|
|
EDITOR=
|