Skip to content

Commit a95f795

Browse files
author
sidey79
committed
feat: mcp server config for devcontainer
1 parent 3d7559f commit a95f795

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.roo/mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"@modelcontextprotocol/server-filesystem",
88
"/workspaces/PySignalduino"
99
]
10+
},
11+
"git": {
12+
"command": "uvx",
13+
"args": [
14+
"mcp-server-git",
15+
"--repository",
16+
"/workspaces/PySignalduino"
17+
]
1018
}
1119
}
1220
}

0 commit comments

Comments
 (0)