MCP timeout not respected #5147

Closed
opened 2026-02-16 17:49:15 -05:00 by yindo · 0 comments
Owner

Originally created by @klonuo on GitHub (Jan 12, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

This is my project setting:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "memory": {
      "type": "local",
      "enabled": true,
      "command": ["bm", "mcp", "--project", "psfzf"],
      "timeout": 30000
    }
  }
}

As this server needs more time to start I set timeout to 30sec (https://opencode.ai/docs/mcp-servers/#options).

It fails to load on startup, and when I try to start again opencode disables the server after 15sec.

Is 15sec max allowed timeout or is this a bug?

Plugins

No response

OpenCode version

1.1.13

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

Windows 11

Terminal

wt

Originally created by @klonuo on GitHub (Jan 12, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description This is my project setting: ```json { "$schema": "https://opencode.ai/config.json", "mcp": { "memory": { "type": "local", "enabled": true, "command": ["bm", "mcp", "--project", "psfzf"], "timeout": 30000 } } } ``` As this server needs more time to start I set timeout to 30sec (https://opencode.ai/docs/mcp-servers/#options). It fails to load on startup, and when I try to start again opencode disables the server after 15sec. Is 15sec max allowed timeout or is this a bug? ### Plugins _No response_ ### OpenCode version 1.1.13 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System Windows 11 ### Terminal wt
yindo added the windowsbug labels 2026-02-16 17:49:15 -05:00
yindo closed this issue 2026-02-16 17:49:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#5147