diff --git a/flake.lock b/flake.lock index de98c63..974c26c 100644 --- a/flake.lock +++ b/flake.lock @@ -243,17 +243,14 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1767675279, - "narHash": "sha256-MQshFDlG9P8aLybimC9ojdAx8/UxlkjgyQT4J1FGBWk=", - "ref": "refs/heads/master", - "rev": "6e6e81915045dfe0d0af3eceb0d836db6dc2c781", - "revCount": 24, - "type": "git", - "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" + "lastModified": 1767802472, + "narHash": "sha256-PCXOFgsKL5aVkhABCaKYs5/tLcJHhL4qcvlcqX0n2w0=", + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" }, "original": { - "type": "git", - "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" } }, "nix-colors": { diff --git a/flake.nix b/flake.nix index a46386d..8934457 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,8 @@ nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0"; nixpkgs-master.url = "github:nixos/nixpkgs/master"; - m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; - # m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; + # m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; + m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; # nur = { url = "github:nix-community/NUR"; diff --git a/home/features/coding/opencode.nix b/home/features/coding/opencode.nix index d7e1426..e808ad2 100644 --- a/home/features/coding/opencode.nix +++ b/home/features/coding/opencode.nix @@ -47,6 +47,20 @@ "-c" "OPENAPI_MCP_HEADERS=$(cat /run/agenix/anytype-key) exec bunx @anyproto/anytype-mcp" ]; + enabled = false; + }; + Basecamp = { + type = "local"; + command = [ + "/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server/venv/bin/python" + "/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server/basecamp_fastmcp.py" + ]; + environment = { + PYTHONPATH = "/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server"; + VIRTUAL_ENV = "/home/m3tam3re/p/PYTHON/Basecamp-MCP-Server/venv"; + BASECAMP_ACCOUNT_ID = "5996442"; + }; + enabled = false; }; Exa = { type = "local"; @@ -180,6 +194,6 @@ }; }; }; - disabled_mcps = ["context7"]; + disabled_mcps = ["context7" "websearch"]; }; } diff --git a/secrets/anytype-key-ares.age b/secrets/anytype-key-ares.age index 3a54e3e..f25a395 100644 Binary files a/secrets/anytype-key-ares.age and b/secrets/anytype-key-ares.age differ