Skip to content

Conversation

@pro-vi
Copy link
Contributor

@pro-vi pro-vi commented Dec 12, 2025

Summary

Bumps @utcp/mcp dependency from ^1.0.17 to ^1.1.0 to pick up the configurable timeout fix.

Context

@utcp/mcp@1.1.0+ includes the fix for configurable MCP operation timeout (typescript-utcp#15).

Without this bump, @utcp/code-mode-mcp installs with the 1.0.x version which has a hardcoded 15s timeout that breaks slow MCP tools (e.g., LLM providers via OpenRouter that need 30-60s+ for responses).

Changes

- "@utcp/mcp": "^1.0.17"
+ "@utcp/mcp": "^1.1.0"

Related


Summary by cubic

Updated @utcp/mcp to ^1.1.0 to enable configurable MCP operation timeouts and remove the hardcoded 15s limit. This prevents timeouts with slower tools and allows setting a custom timeout in UTCP config.

  • Dependencies
    • Bump @utcp/mcp from ^1.0.17 to ^1.1.0

Written for commit 9354db5. Summary will update automatically on new commits.

@utcp/mcp@1.1.0+ includes the fix for configurable MCP operation timeout
(universal-tool-calling-protocol/typescript-utcp#15).

Without this bump, code-mode-mcp stays pinned to 1.0.x which has a
hardcoded 15s timeout that breaks slow MCP tools (e.g., LLM providers
via OpenRouter that need 30-60s+).

Users can now set `timeout` in their UTCP config to override the default.
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@h3xxit h3xxit merged commit 987a9e9 into universal-tool-calling-protocol:main Dec 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants