chore(vtex): bump @decocms/runtime to ^1.6.2#427
Merged
viktormarinho merged 1 commit intomainfrom May 6, 2026
Merged
Conversation
Picks up the actual cache fix from decocms/studio#3300 — the 1.6.1 patch lookup-key was undefined under zod 4 so the cache wrapper never installed. 1.6.2 hardcodes the MCP method name and should finally drop warm tools/list latency from ~5s to ms-scale. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
viktormarinho
added a commit
that referenced
this pull request
May 6, 2026
Reverts the Workers migration (#424–#427). The runtime cache fix from decocms/studio#3299/#3300 didn't restore acceptable tools/list latency (~5s/call still observed after 1.6.2). Going back to the working kubernetes-bun pipeline; vtex stays on @decocms/runtime 1.3.1 with the serve()-style entrypoint. Restores: deploy.json entry, wrangler.toml deleted, deploy-vtex.yml workflow deleted, server/main.ts back to bun serve(), package.json back to deco-cli/openapi-ts deps, tsconfig/app.json restored. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Picks up the actual cache fix from decocms/studio#3300. The 1.6.1 patch's lookup key (`ListToolsRequestSchema.shape.method.value`) was `undefined` under zod 4, so the cache wrapper never installed. 1.6.2 hardcodes the MCP method name `"tools/list"`, which should finally drop warm `tools/list` latency from ~5s to ms-scale.
Test plan
🤖 Generated with Claude Code
Summary by cubic
Bump
@decocms/runtimeto ^1.6.2 to pick up thetools/listcaching fix that failed underzod4. This restores the cache wrapper and should drop warmtools/listlatency from ~5s to milliseconds.Written for commit 8011cae. Summary will update on new commits.