Skip to content

Commit 14c75e3

Browse files
committed
main implementation done; tests mostly done
1 parent 5265c62 commit 14c75e3

File tree

17 files changed

+3801
-409
lines changed

17 files changed

+3801
-409
lines changed

.vscode/mcp.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"inputs": [
3+
{
4+
"description": "GitHub Personal Access Token",
5+
"id": "github_mcp_pat",
6+
"password": true,
7+
"type": "promptString"
8+
}
9+
],
10+
"servers": {
11+
"browser-debug-tools": {
12+
"args": ["--bun", "@agentdeskai/browser-tools-server@latest"],
13+
"command": "bunx",
14+
"type": "stdio"
15+
},
16+
"console-ninja": {
17+
"args": ["--bun", "~/.console-ninja/mcp/"],
18+
"command": "bunx",
19+
"type": "stdio"
20+
},
21+
"context7": {
22+
"args": ["--bun", "@upstash/context7-mcp@latest"],
23+
"command": "bunx",
24+
"type": "stdio"
25+
},
26+
"fetch": {
27+
"args": ["mcp-server-fetch"],
28+
"command": "uvx"
29+
},
30+
"filesystem": {
31+
"args": ["--bun", "@modelcontextprotocol/server-filesystem", "${workspaceFolder}"],
32+
"command": "bunx"
33+
},
34+
"github-remote": {
35+
"headers": {
36+
"Authorization": "Bearer ${input:github_mcp_pat}"
37+
},
38+
"type": "http",
39+
"url": "https://api.githubcopilot.com/mcp/"
40+
},
41+
"playwright": {
42+
"args": [
43+
"--bun",
44+
"@playwright/mcp@latest",
45+
"--browser",
46+
"/mnt/c/Users/bm-sv/scoop/shims/chromium.exe"
47+
],
48+
"command": "bunx"
49+
},
50+
"sequential-thinking": {
51+
"args": ["--bun", "@modelcontextprotocol/server-sequential-thinking"],
52+
"command": "bunx",
53+
"type": "stdio"
54+
},
55+
"mem0-memory-mcp": {
56+
"command": "bunx",
57+
"args": [
58+
"--bun",
59+
"@smithery/cli@latest",
60+
"run",
61+
"@mem0ai/mem0-memory-mcp",
62+
"--key",
63+
"${env:MEM0}",
64+
"--profile",
65+
"${env:SMITHERY_PROFILE}",
66+
]
67+
}
68+
},
69+
70+
}

0 commit comments

Comments
 (0)