This commit is contained in:
2025-07-25 16:04:45 -06:00
parent 13180ff6cd
commit 76d5d28d26
3 changed files with 23 additions and 24 deletions

View File

@@ -37,26 +37,26 @@
"--no-sandbox"
];
};
sequential_thinking = {
type = "local";
command = [
"npx"
"-y"
"@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";
};
};
# sequential_thinking = {
# type = "local";
# command = [
# "npx"
# "-y"
# "@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 {