Skip to content

Commit 6244310

Browse files
stackptrclaude
andcommitted
feat(glyph): use enableMcpIntegration for opencode
Replace manually-defined mcp.glyph in opencode settings with enableMcpIntegration, picking up the shared programs.mcp.servers config. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 737787b commit 6244310

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

hosts/glyph/home.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
programs.opencode = {
1111
enable = true;
12+
enableMcpIntegration = true;
1213
web.enable = true;
1314
web.extraArgs = ["--port" "8890" "--hostname" "0.0.0.0"];
1415
rules = builtins.readFile "${llm-profile}/README.md";
@@ -22,10 +23,6 @@
2223
port = 8890;
2324
hostname = "0.0.0.0";
2425
};
25-
mcp.glyph = {
26-
type = "remote";
27-
url = "http://127.0.0.1:8090/mcp";
28-
};
2926
};
3027
};
3128

0 commit comments

Comments
 (0)