DEFAULT_EXCLUDED_SERVER_TOOLS
constDEFAULT_EXCLUDED_SERVER_TOOLS: readonlystring[]
Defined in: src/lib/tools/serverTools.ts:1181
Default exclusions baked into defaultServerToolsFilter.
AnumaVisionMCP-anuma_analyze_image: modern frontier models have native vision via image content blocks; routing through a server-side vision tool just adds a hop.OpenMeteoMCP-weather_forecast+OpenMeteoMCP-geocoding: redundant when the consumer registerscreateWeatherTool(the client-side display tool handles geocoding internally and renders a card inline). Including the server-side equivalents causes the model to prefer raw data over the card. Consumers who don’t registercreateWeatherToolshould instead build their own filter viacreateServerToolsFilter.
Last updated on