Skip to content

v0.1.34

Latest

Choose a tag to compare

@keysersoft keysersoft released this 11 Jun 19:51
2a63567

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 /mcp endpoint; tool names are now deduplicated. (#313)

Self-hosting

  • Run multiple stacks on one host. docker-compose.yml now derives the project, network, volume and container names from COMPOSE_PROJECT_NAME (default amcp, 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 explicit engines.node >=22 so the supported minimum is machine-readable. (#316)
  • .env.example documents COMPOSE_PROJECT_NAME and the internal-PORT vs host-BACKEND_PORT distinction.

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.