chore: remove n8n-test MCP server from k3s configuration

This commit is contained in:
stevef 2026-04-03 15:00:11 +02:00
parent d37d6e6871
commit d903381f66

View file

@ -16,7 +16,7 @@ data:
"restrict_to_workspace": true, "restrict_to_workspace": true,
"allow_read_outside_workspace": false, "allow_read_outside_workspace": false,
"provider": "", "provider": "",
"model_name": "nemotron-3-super-120b-a12b", "model_name": "gemini-2.0-flash",
"max_tokens": 32768, "max_tokens": 32768,
"max_tool_iterations": 50, "max_tool_iterations": 50,
"summarize_message_threshold": 20, "summarize_message_threshold": 20,
@ -254,7 +254,8 @@ data:
{ {
"model_name": "gemini-2.0-flash", "model_name": "gemini-2.0-flash",
"model": "gemini/gemini-2.0-flash-exp", "model": "gemini/gemini-2.0-flash-exp",
"api_base": "https://generativelanguage.googleapis.com/v1beta" "api_base": "https://generativelanguage.googleapis.com/v1beta",
"api_key": "file://secrets/google-api-key"
}, },
{ {
"model_name": "qwen-plus", "model_name": "qwen-plus",
@ -506,14 +507,6 @@ data:
"command": "", "command": "",
"type": "sse", "type": "sse",
"url": "http://hdn-server:8080/mcp" "url": "http://hdn-server:8080/mcp"
},
"n8n-test": {
"enabled": true,
"type": "sse",
"url": "https://n8namber.app.n8n.cloud/mcp/a5747ff8-db9b-4326-8bef-474301f65251",
"headers": {
"Authorization": "Bearer 97340696-89AE-43B2-B6E2-080E062150C9"
}
} }
} }
}, },
@ -530,8 +523,7 @@ data:
"weather", "weather",
"summarize", "summarize",
"github", "github",
"hdn-server", "hdn-server"
"n8n-test"
], ],
"whitelist_enabled": true, "whitelist_enabled": true,
"append_file": { "append_file": {