From d50da6e43193c5191f282d41132ab6d166ecfbdc Mon Sep 17 00:00:00 2001 From: Sanjaye Narayan Date: Fri, 12 Sep 2025 12:20:14 -0700 Subject: [PATCH] Add callout for deep search timeout and remove deep search from mcp docs --- docs/api/mcp/index.mdx | 9 --------- docs/deep-search/api.mdx | 4 ++++ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/api/mcp/index.mdx b/docs/api/mcp/index.mdx index 05679f82b..ea6473bb3 100644 --- a/docs/api/mcp/index.mdx +++ b/docs/api/mcp/index.mdx @@ -177,16 +177,7 @@ Find repositories where a contributor has made commits. - `limit` - Maximum repositories to return (optional, default 20) - `minCommits` - Minimum commits required (optional, default 1) -### [Deep Search](/deep-search) -#### `sg_deepsearch` - -Perform comprehensive analysis of complex questions about your codebase. - -**Parameters:** -- `question` - Complex technical question (required) - -**Features:** Agentic LLM-powered research with automatic tool usage ## Usage Examples diff --git a/docs/deep-search/api.mdx b/docs/deep-search/api.mdx index fc5def568..a49232069 100644 --- a/docs/deep-search/api.mdx +++ b/docs/deep-search/api.mdx @@ -38,6 +38,10 @@ curl 'https://your-sourcegraph-instance.com/.api/deepsearch/v1' \ ## Creating conversations + + Synchronous API calls currently have a **1 minute timeout**. For complex questions that might take longer to process, request [asynchronous processing](#asynchronous-processing) instead. + + Create a new Deep Search conversation by asking a question: ```bash