SurfSense/surfsense_web/content/docs
DESKTOP-RTLN3BA\$punk ab747e7a49 feat(agents): consolidate connectors under mcp_discovery; route web search through google_search
MCP consolidation:
- Route all MCP-capable connectors (Slack, Jira, Linear, ClickUp, Airtable,
  Notion, Confluence, interim Gmail/Calendar, custom MCP) through a single
  `mcp_discovery` subagent. Drive/OneDrive/Dropbox stay native to enrich the KB.
- Deprecate Discord/Teams/Luma: no viable official MCP server.

Google-only web search:
- Remove the main-agent `web_search` tool and the SearXNG platform service;
  all public web search now flows through the `google_search` subagent via task().
- Deprecate the Tavily/SearXNG/Linkup/Baidu search connectors (HTTP 410 on
  create, "Deprecated" badge); guide heavy users to the custom MCP connector.
- Remove web search from anonymous chat (pure Q&A).
- Tear SearXNG out of docker compose + install scripts; drop tavily-python
  and linkup-sdk deps and their config/env vars.

Fix:
- metrics._package_version() now swallows any metadata lookup failure. A
  malformed editable-install distribution with no `Version` field raised
  KeyError deep in importlib.metadata, and since it runs on every
  record_subagent_invoke_duration call it was crashing every task()
  delegation. Verified end-to-end against live GPT-5.4.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-04 21:06:04 -07:00
..
connectors feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
docker-installation docs: document runtime env vars and same-origin proxy access 2026-06-16 02:12:11 +05:30
how-to feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
local-models feat(local-models): add documentation for connecting local model providers 2026-06-13 21:52:45 +05:30
messaging-channels docs(docker): document single-origin proxy deployment 2026-06-15 11:04:31 +05:30
code-of-conduct.mdx feat: add Code of Conduct document and update layout with new icon for improved community guidelines visibility 2026-03-10 03:33:57 +05:30
index.mdx feat(local-models): add documentation for connecting local model providers 2026-06-13 21:52:45 +05:30
installation.mdx feat: update installation documentation with new structure and content for manual installation 2026-03-12 21:24:55 +05:30
manual-installation.mdx docs: document runtime env vars and same-origin proxy access 2026-06-16 02:12:11 +05:30
meta.json feat(local-models): add documentation for connecting local model providers 2026-06-13 21:52:45 +05:30
observability.mdx feat(docs): add observability documentation 2026-05-23 03:18:25 +05:30
prerequisites.mdx chore: restructure documentation to enhance user experience with a new index page and dedicated prerequisites section 2026-03-10 03:28:49 +05:30
testing.mdx style: simplify LLM model terminology in UI 2026-04-02 10:11:35 +05:30