Skip to content

Agents Remember

vmcp-v0.9.2 scope: mcp Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent agent-memory ai-agent ai-memory coding-agents mcp-server

Summary

AI summary

Added no_cache rebuild flag to force image rebuilding and provided tool descriptions for all server functions.

Full changelog

Agents Remember 0.9.2

Bundles three changesets: truly rebuildable provider images, MCP tool descriptions for every tool, and substantially expanded install/troubleshooting docs.

Highlights

  • no_cache rebuild flagruntime_install(install_provider_deps=true) could not truly rebuild provider images: each image build short-circuited when the tag already existed, and the compose build had no --no-cache. A no_cache flag now threads from the runtime_install tool through both provider image builds (grepai watcher, cgc runner) to bypass the image-exists skip and pass --no-cache, with CLI parity on the cgc/grepai subcommands.
  • Tool descriptions — all 36 @server.tool() functions now carry docstrings, which FastMCP exposes as the MCP tool description, so a loading model sees what each tool does; destructive/install tools lead with preserve-vs-replace facts. A regression test asserts every public tool has a description.
  • Install failure-mode docsmcp/README.md and the top-level README.md now cover the settings-file location requirement, install order (scaffolding → skills → providers last, with the build-vs-index split), the two required restarts, settings-reload-needs-restart, the providerSeconds → providerSetupSeconds upgrade ConfigError, cross-distro prerequisites, and a Troubleshooting section (uvx/PyPI lag, degraded-provider recovery, git identity).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Agents Remember

Get notified when new releases ship.

Sign up free

About Agents Remember

All releases →

Related context

Earlier breaking changes

  • vmcp-v2.9.0 Removed tools direct_closeout_preview and direct_closeout_apply.
  • vmcp-v2.0.0 `WorkflowKind` enum drops `heavy` and `heavy-task` values.
  • vmcp-v2.0.0 `skills_install` no longer accepts a `layout` input; installer performs flat copy.
  • vmcp-v2.0.0 Removed workflows W-01-heavy-task-workflow and W-03-chat-task-workflow.

Beta — feedback welcome: [email protected]