Skip to content

Commit c20d0db

Browse files
author
Arif Dewi
committed
Update: Make CONTEXT7_API_KEY optional
The API key is optional - server works without it using public access with lower rate limits. Updated description to clarify this.
1 parent 3440c4e commit c20d0db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

servers/stdio-context7-mcp/server.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ meta:
1515
source:
1616
project: https://github.com/dolasoft/stdio_context7_mcp
1717
config:
18-
description: Configure Context7 API access for library documentation
18+
description: Configure Context7 API access for library documentation (API key is optional but recommended for higher rate limits)
1919
secrets:
2020
- name: stdio-context7-mcp.context7_api_key
2121
env: CONTEXT7_API_KEY
@@ -25,6 +25,4 @@ config:
2525
properties:
2626
context7_api_key:
2727
type: string
28-
description: API key for Context7 service (get from https://context7.com)
29-
required:
30-
- context7_api_key
28+
description: Optional API key for Context7 service (get from https://context7.com). If not provided, uses public access with lower rate limits.

0 commit comments

Comments
 (0)