chore(deps): bump mcp-toolsets-runtime to 0.8.2 - #32
Merged
Merged
Conversation
0.8.2 carries the three changes the AWS deployment target needs (#28), none of which alters what this repo does today: - the index can discover toolsets on ECS as well as through the cluster API, behind an optional [aws] install this repo does not pull in; - a toolset can serve under a path prefix, for a proxy that cannot rewrite one away. Unset by default, so the charts keep their rewrite and every URL stays where it was; - `mcp-toolset new` writes the deployment config file matching what the repo has — still `toolset.yaml` here, since charts/ is what exists. Nothing in this repo changes behaviour. Merging redeploys every toolset, as any runtime bump does. Refs #28 Co-Authored-By: Claude Opus 5 <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.
Bumps the runtime pin from 0.8.1 to 0.8.2 (release).
0.8.2 carries the three runtime changes the AWS deployment target needs (#28). None of them changes what this repo does today — each one defaults to the behaviour that is already here.
[aws]install this repo does not pull in.mcp-toolset newwrites the deployment file matching what the repo hastoolset.yaml, becausecharts/is what exists here.With this merged, the runtime side of #28 is complete and phase 2 — the CDK package and the AWS deploy workflow, gated off — can start.
Checks
Lint, format, mypy and all 18 tests pass on 0.8.2.
Note for reviewers: the lock file change redeploys every toolset, which is the intent for a runtime bump. Anyone pulling this branch should re-run
uv run mcp-agent install-elements, since the release also moves the view host's version string in the git-ignoredpublic/elements/McpView.jsx.🤖 Generated with Claude Code