Skip to content

Commit 4b175d1

Browse files
committed
feat(mcp): configure bevy-brp, code-review-graph, and semble MCP servers
Register new MCP commands in terminal configuration.
1 parent 6277672 commit 4b175d1

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

modules/home/programs/terminal/tools/mcp/default.nix

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
config,
33
lib,
4-
# pkgs,
4+
pkgs,
55
inputs,
66
system,
77
...
@@ -49,6 +49,19 @@ in
4949
command = getExe mcpPkgs.mcp-server-git;
5050
};
5151

52+
bevy-brp = {
53+
command = getExe pkgs.khanelinix.bevy-brp-mcp;
54+
};
55+
56+
code-review-graph = {
57+
command = getExe pkgs.code-review-graph;
58+
args = [ "mcp" ];
59+
};
60+
61+
semble = {
62+
command = lib.getExe' pkgs.semble "semble-mcp";
63+
};
64+
5265
tavily = {
5366
command = getExe mcpPkgs.tavily-mcp;
5467
}

0 commit comments

Comments
 (0)