opencode flake moving

This commit is contained in:
2025-07-17 15:39:29 -06:00
parent 02fce7a22e
commit 13180ff6cd
3 changed files with 13 additions and 1 deletions

View File

@@ -45,6 +45,18 @@
"@modelcontextprotocol/server-sequential-thinking"
];
};
discord_bot = {
type = "local";
command = [
"npx"
"-y"
"@pyroprompts/mcp-stdio-to-streamable-http-adapter"
];
environment = {
URI = "http://server.alexmickelson.guru:5678/mcp/";
MCP_NAME = "discord_bot";
};
};
};
};
configJson = pkgs.writeTextFile {

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
opencodeFlake = builtins.getFlake (toString ../../flakes/opencode);
opencodeFlake = builtins.getFlake (toString ../flakes/opencode);
nixgl = import
(fetchTarball "https://github.com/nix-community/nixGL/archive/main.tar.gz")
{ };