tweak: bump default to 30 seconds (lots of people complained about 5...)
This commit is contained in:
parent
1d54f90330
commit
e5abe1e78b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import open from "open"
|
||||||
|
|
||||||
export namespace MCP {
|
export namespace MCP {
|
||||||
const log = Log.create({ service: "mcp" })
|
const log = Log.create({ service: "mcp" })
|
||||||
const DEFAULT_TIMEOUT = 5000
|
const DEFAULT_TIMEOUT = 30_000
|
||||||
|
|
||||||
export const Resource = z
|
export const Resource = z
|
||||||
.object({
|
.object({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue