Skip to content

Commit 5265c62

Browse files
committed
initial commit
0 parents  commit 5265c62

File tree

9 files changed

+3654
-0
lines changed

9 files changed

+3654
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

.roo/mcp.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"mcpServers": {
3+
"context7": {
4+
"alwaysAllow": [
5+
"resolve-library-id",
6+
"get-library-docs"
7+
],
8+
"args": [
9+
"--bun",
10+
"@upstash/context7-mcp@latest"
11+
],
12+
"command": "bunx",
13+
"type": "stdio"
14+
},
15+
"fetch": {
16+
"args": [
17+
"mcp-server-fetch"
18+
],
19+
"command": "uvx"
20+
},
21+
"sequential-thinking": {
22+
"alwaysAllow": [
23+
"sequentialthinking"
24+
],
25+
"args": [
26+
"--bun",
27+
"@modelcontextprotocol/server-sequential-thinking"
28+
],
29+
"command": "bunx",
30+
"type": "stdio"
31+
},
32+
"filesystem": {
33+
"command": "npx",
34+
"args": [
35+
"-y",
36+
"@modelcontextprotocol/server-filesystem",
37+
"~/submod"
38+
]
39+
}
40+
}
41+
}

0 commit comments

Comments
 (0)