Skip to content

Commit 6c7691e

Browse files
authored
release: v0.3.2 — MCP 2026-07-28 tools/list cache metadata (#72)
0.3.1 omitted the SEP-2549 `ttlMs` and `cacheScope` fields from `tools/list`, which the 2026-07-28 spec requires. Hosts that negotiate that version — Claude Code 2.1.234 among them — rejected tool discovery outright, so an installed 0.3.1 advertises no tools at all to them (#68). Ships #69: both fields are set on the `list_tools` override behind a named TTL, and pre-2026-07-28 peers keep their existing wire shape.
1 parent ae92a75 commit 6c7691e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-workspace-linux"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
license = "MIT"
66
description = "Isolated Linux desktop workspaces for AI agents."

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-sh/agent-workspace-linux",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Isolated Linux desktop workspaces for AI agents — MCP server binary wrapper.",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)