This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed server crashes when duplicate tool names are present.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Run multiple stacks on one host using COMPOSE_PROJECT_NAME. Run multiple stacks on one host using COMPOSE_PROJECT_NAME. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Low |
Node version specified via ARG NODE_VERSION with minimum >=22. Node version specified via ARG NODE_VERSION with minimum >=22. Source: llm_adapter@2026-06-11 Confidence: low |
— |
| Bugfix | Medium |
MCP server no longer 500s on duplicate tool names. MCP server no longer 500s on duplicate tool names. Source: llm_adapter@2026-06-11 Confidence: low |
— |
| Refactor | Low |
License changed to AGPL-3.0; commercial features remain in ee/ directories. License changed to AGPL-3.0; commercial features remain in ee/ directories. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
Maintenance release: a server-stability fix plus self-hosting and packaging improvements.
Fixed
- MCP server no longer 500s on duplicate tool names. A connector that produced two tools with the same name could take down the
/mcpendpoint; tool names are now deduplicated. (#313)
Self-hosting
- Run multiple stacks on one host.
docker-compose.ymlnow derives the project, network, volume and container names fromCOMPOSE_PROJECT_NAME(defaultamcp, so existing setups are unchanged). Set it to isolate a second instance without name collisions. (#316) - Single source of truth for the Node version in the Dockerfile (
ARG NODE_VERSION), and an explicitengines.node >=22so the supported minimum is machine-readable. (#316) .env.exampledocumentsCOMPOSE_PROJECT_NAMEand the internal-PORTvs host-BACKEND_PORTdistinction.
Packaging / license
- AnythingMCP is now licensed under AGPL-3.0 (OSI-approved open source), with operator-only cloud features kept under a separate commercial license in
ee/directories. Self-hosting is unaffected. (#314, #315)
Upgrade
docker compose pull && docker compose up -d
No configuration changes required.
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
About AnythingMCP
All releases →Related context
Beta — feedback welcome: [email protected]