Skip to content

Commit ecf40a9

Browse files
chore(mcp-server): increase local docs search result count from 5 to 10
1 parent 7ce0466 commit ecf40a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/src/docs-search-tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function searchLocal(args: Record<string, unknown>): Promise<unknown> {
6363
query,
6464
language,
6565
detail,
66-
maxResults: 5,
66+
maxResults: 10,
6767
}).results;
6868
}
6969

0 commit comments

Comments
 (0)