Elie Habib
|
1c099e8a5a
|
feat(mcp): validate and expand MCP preset catalog + add proxy tests (#1929)
Fix broken/invalid MCP server URLs discovered during testing, add 8 new
validated presets, and introduce a full test suite for the proxy handler.
URL fixes: Slack (cloudflare-hosted variant), Google Maps
(mapstools.googleapis.com + X-Goog-Api-Key header), Datadog (/api/unstable/
mcp-server/mcp path), Browser Fetch (browser.mcp.cloudflare.com).
Removed 4 dead/stdio-only presets (Perplexity, Polygon.io, Overpass, Shodan).
Added 8 new validated presets: Exa Search, Tavily Search, Perigon News,
Robtex (free), Pyth Price Feeds (free), LunarCrush, Weather Forensics (free),
Alpha Vantage.
Fixed tool names: WeatherForensics defaultTool and LunarCrush defaultTool.
Tests: 32 proxy unit tests (SSRF, method guards, CRLF injection, SSE
transport, timeouts) and 16 preset static-analysis tests (URL validity,
banned URLs, field pinning). Live connectivity suite opt-in via LIVE_MCP_TESTS=1.
|
2026-03-20 17:23:51 +04:00 |
|