Add MCP to Nix packages and wire agent to Nix-managed binary
- Add mcp flake input (git+ssh://git@git.wntrmute.dev/mc/mcp.git) - Add mcp CLI to mcpkg.nix system packages (installed on all machines) - Update mcp.nix to use Nix-managed mcp-agent binary path instead of hardcoded /usr/local/bin/mcp-agent Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
mcdeploy.url = "git+https://git@git.wntrmute.dev/kyle/mcdeploy";
|
||||
mcdeploy.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
mcp.url = "git+ssh://git@git.wntrmute.dev/mc/mcp.git";
|
||||
mcp.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# exo.url = "git+https://git.wntrmute.dev/kyle/exo";
|
||||
# exo.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user