Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/api/mcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions docs/deep-search/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ curl 'https://your-sourcegraph-instance.com/.api/deepsearch/v1' \

## Creating conversations

<Callout type="note">
Synchronous API calls currently have a **1 minute timeout**. For complex questions that might take longer to process, request [asynchronous processing](#asynchronous-processing) instead.
</Callout>

Create a new Deep Search conversation by asking a question:

```bash
Expand Down