Skip to content

Commit 1c43fb2

Browse files
committed
chore(config): increase default code snippet length to 1000
1 parent c62b625 commit 1c43fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const DEFAULTS = {
101101
skipOffset: 0,
102102
batchSize: 500,
103103
maxResultsDisplayed: 30,
104-
codeSnippetLength: 700,
104+
codeSnippetLength: 1000,
105105
chainSnippetLength: 700,
106106
} as const;
107107

0 commit comments

Comments
 (0)