Skip to content

Commit 0765bf5

Browse files
author
Mara
committed
♻️ gall — ship .mcp.json with GALL_HOME
cd into GALL_HOME (or .) so gleam finds its project. Daemon reads GALL_WORKTREE from the consumer's PWD automatically. Co-Authored-By: Mara <mara@systemic.engineer>
1 parent 4e3f5e9 commit 0765bf5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"gall": {
4+
"type": "stdio",
5+
"command": "bash",
6+
"args": [
7+
"-c",
8+
"cd \"${GALL_HOME:-.}\" && exec nix develop .#default --command gleam run --module gall/daemon"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)