Skip to content

Commit 16f3055

Browse files
committed
feat: MCP server for isolation worktree management
1 parent 080a369 commit 16f3055

8 files changed

Lines changed: 2791 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,13 @@ __marimo__/
208208
# Conductor
209209
tmp/
210210

211-
/.gemini/tmp/
211+
/.gemini/tmp/
212+
213+
# Node.js
214+
node_modules/
215+
npm-debug.log*
216+
yarn-debug.log*
217+
yarn-error.log*
218+
219+
# Conductor Worktrees
220+
.gemini/worktrees/

gemini-extension.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"contextFileName": "GEMINI.md",
55
"plan": {
66
"directory": "conductor"
7+
},
8+
"mcpServers": {
9+
"conductor": {
10+
"command": "node",
11+
"args": ["${extensionPath}/dist/index.js"]
12+
}
713
}
814
}

0 commit comments

Comments
 (0)