From ace903da382855575746f6a627e310d0f8c05607 Mon Sep 17 00:00:00 2001 From: mibali <111276665+mibali@users.noreply.github.com> Date: Tue, 21 Oct 2025 23:21:42 +0100 Subject: [PATCH] Update index.mdx --- docs/api/mcp/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/mcp/index.mdx b/docs/api/mcp/index.mdx index 56e9a787d..c37047ef6 100644 --- a/docs/api/mcp/index.mdx +++ b/docs/api/mcp/index.mdx @@ -187,6 +187,10 @@ Perform exact keyword searches with boolean operators and filters. **Features:** Boolean AND/OR operators, regex patterns + +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. + + #### `sg_nls_search` Semantic search with flexible linguistic matching.