chore: update mcpcall references from 0.3.0 to 0.4.0#909
Merged
Conversation
Update all documentation, skill files, provider comments, and tests to reference mcpcall v0.4.0 (released 2026-05-25) instead of v0.3.0.
dc47bb9 to
28b5b36
Compare
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
fetch_versions_with_tag_prefixalready resolves v0.4.0 dynamically, but hardcoded version references in docs/skills/tests were staleChanged files
skills/vx-usage/SKILL.md(and all agent skill mirrors)docs/tools/ai.mdanddocs/zh/tools/ai.mdcrates/vx-providers/mcpcall/provider.star(comment)crates/vx-starlark/tests/mcpcall_tests.rsTest plan
cargo test -p vx-starlark --test mcpcall_tests— all 4 tests pass with v0.4.0cargo test -p vx-starlark --test lint_all_providers_test— 142/142 providers cleancargo fmt --all -- --check— no formatting issuescargo clippy --workspace --all-targets -- -D warnings— no warningscargo test --workspace— full test suite passes