mirror of
https://github.com/upstash/context7.git
synced 2025-12-03 18:40:28 +00:00
fix: reduce default minimum token threshold from 10000 to 1000
This commit is contained in:
parent
d3c5a23c93
commit
87306c876a
@ -12,7 +12,7 @@ import { SSEServerTransport } from "@modelcontextprotocol/sdk/server/sse.js";
|
||||
import { Command } from "commander";
|
||||
import { IncomingMessage } from "http";
|
||||
|
||||
const DEFAULT_MINIMUM_TOKENS = 10000;
|
||||
const DEFAULT_MINIMUM_TOKENS = 1000;
|
||||
|
||||
// Parse CLI arguments using commander
|
||||
const program = new Command()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user