[PR #3558] add optional timeout field to mcp config to allow users to use responding servers #10690

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

Original Pull Request: https://github.com/anomalyco/opencode/pull/3558

State: closed
Merged: Yes


This issue was blocking my work so contributing a fix.

I needed to set this slightly higher timeout so opencode registers the atlassian tools. Otherwise i get this error in the logs:

INFO  2025-10-30T04:43:45 +16ms service=mcp name=atlassian type=local found 
WARN  2025-10-30T04:44:11 +25749ms service=mcp name=atlassian mcp client verification failed, dropping client

With this slightly higher timeout its fine - there is still a weird delay but I have not debugged that yet:

INFO  2025-10-30T04:38:20 +16ms service=mcp name=atlassian type=local found
INFO  2025-10-30T04:38:51 +31600ms service=bus type=message.updated publishing

My MCP config:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "atlassian": {
      "type": "local",
      "command": ["npx", "-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse", "--transport", "sse-only", "--debug"],
      "enabled": true,
    }
  },
}

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3558 **State:** closed **Merged:** Yes --- This issue was blocking my work so contributing a fix. I needed to set this slightly higher timeout so opencode registers the atlassian tools. Otherwise i get this error in the logs: ``` INFO 2025-10-30T04:43:45 +16ms service=mcp name=atlassian type=local found WARN 2025-10-30T04:44:11 +25749ms service=mcp name=atlassian mcp client verification failed, dropping client ``` With this slightly higher timeout its fine - there is still a weird delay but I have not debugged that yet: ``` INFO 2025-10-30T04:38:20 +16ms service=mcp name=atlassian type=local found INFO 2025-10-30T04:38:51 +31600ms service=bus type=message.updated publishing ``` My MCP config: ``` { "$schema": "https://opencode.ai/config.json", "mcp": { "atlassian": { "type": "local", "command": ["npx", "-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse", "--transport", "sse-only", "--debug"], "enabled": true, } }, } ```
yindo added the pull-request label 2026-02-16 18:15:25 -05:00
yindo closed this issue 2026-02-16 18:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10690