Skip to content

chore(deps): bump mcp-toolsets-runtime to 0.8.2 - #32

Merged
ciaransweet merged 1 commit into
mainfrom
chore/bump-runtime-0.8.2
Sep 4, 2026
Merged

ciaransweet merged 1 commit into
mainfrom
chore/bump-runtime-0.8.2

Conversation

@ciaransweet

Copy link
Copy Markdown
Contributor

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.

Runtime PR What it adds Effect here
#118 The index can discover toolsets on ECS as well as through the cluster API None. The cluster query is the default, and the AWS client sits behind an optional [aws] install this repo does not pull in.
#120 A toolset can serve under a path prefix, for a proxy that cannot rewrite one away None. Unset by default, so the charts keep their rewrite and every published URL stays where it is.
#121 mcp-toolset new writes the deployment file matching what the repo has Still toolset.yaml, because charts/ 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-ignored public/elements/McpView.jsx.

🤖 Generated with Claude Code

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>
@ciaransweet
ciaransweet merged commit fa02636 into main Sep 4, 2026
7 checks passed
@ciaransweet
ciaransweet deleted the chore/bump-runtime-0.8.2 branch September 4, 2026 16:03
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.

1 participant