Skip to content

Commit 5ffe5aa

Browse files
committed
Igualando mcp servers
1 parent c132e52 commit 5ffe5aa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vscode/.config/Code/User/mcp.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
"mcp/time"
1010
]
1111
},
12+
"context7": {
13+
"disabled": false,
14+
"headers": {
15+
"Accept": "application/json, text/event-stream",
16+
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
17+
},
18+
"url": "https://mcp.context7.com/mcp"
19+
},
20+
"github": {
21+
"disabled": false,
22+
"headers": {
23+
"Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"
24+
},
25+
"url": "https://api.githubcopilot.com/mcp/"
26+
},
1227
"playwright": {
1328
"command": "npx",
1429
"args": ["@playwright/mcp@latest"]

0 commit comments

Comments
 (0)