Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/api/mcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ Perform exact keyword searches with boolean operators and filters.

**Features:** Boolean AND/OR operators, regex patterns

<Callout type="info">
The `sg_keyword_search` MCP tool currently returns structured content wrapped in an extra content field. This mismatch can trigger validation errors in strict MCP clients, such as the Python MCP client. A fix is planned for a future release; for now, affected clients can manually unwrap the content field as a workaround.
</Callout>

#### `sg_nls_search`

Semantic search with flexible linguistic matching.
Expand Down