fix(k3s): explicitly whitelist HDN server tools to work around old agent image

This commit is contained in:
stevef 2026-04-14 17:46:52 +02:00
parent 06fca7574e
commit 01b1b008a0

View file

@ -417,7 +417,24 @@ data:
"weather": true, "weather": true,
"summarize": true, "summarize": true,
"github": true, "github": true,
"hdn-server": true "mcp_hdn-server_query_neo4j": true,
"mcp_hdn-server_search_weaviate": true,
"mcp_hdn-server_get_concept": true,
"mcp_hdn-server_find_related_concepts": true,
"mcp_hdn-server_search_avatar_context": true,
"mcp_hdn-server_save_avatar_context": true,
"mcp_hdn-server_deep_research": true,
"mcp_hdn-server_picoclaw_query": true,
"mcp_hdn-server_nemoclaw_query": true,
"mcp_hdn-server_research_agent": true,
"mcp_hdn-server_weather": true,
"mcp_hdn-server_scrape_url": true,
"mcp_hdn-server_get_scrape_status": true,
"mcp_hdn-server_smart_scrape": true,
"mcp_hdn-server_execute_code": true,
"mcp_hdn-server_save_episode": true,
"mcp_hdn-server_browse_web": true,
"mcp_hdn-server_read_google_data": true
} }
} }
}, },
@ -563,7 +580,24 @@ data:
"weather", "weather",
"summarize", "summarize",
"github", "github",
"hdn-server" "mcp_hdn-server_query_neo4j",
"mcp_hdn-server_search_weaviate",
"mcp_hdn-server_get_concept",
"mcp_hdn-server_find_related_concepts",
"mcp_hdn-server_search_avatar_context",
"mcp_hdn-server_save_avatar_context",
"mcp_hdn-server_deep_research",
"mcp_hdn-server_picoclaw_query",
"mcp_hdn-server_nemoclaw_query",
"mcp_hdn-server_research_agent",
"mcp_hdn-server_weather",
"mcp_hdn-server_scrape_url",
"mcp_hdn-server_get_scrape_status",
"mcp_hdn-server_smart_scrape",
"mcp_hdn-server_execute_code",
"mcp_hdn-server_save_episode",
"mcp_hdn-server_browse_web",
"mcp_hdn-server_read_google_data"
], ],
"whitelist_enabled": true, "whitelist_enabled": true,
"append_file": { "append_file": {