version

1 minute read
On this page

The local CloudBees CloudBees Unify MCP Server (stdio transport) is being deprecated as of May 31, 2026. This documentation is no longer maintained.

Migrate to the remote CloudBees CloudBees Unify MCP Server for continued support and access to new capabilities. The remote server is hosted by CloudBees, requires no local installation, and uses OAuth-based authentication.

Refer to Migrate to the remote MCP server for migration steps.

The version command provides information for the CloudBees Unify MCP Server release.

Native

cloudbees-unify-mcp-server version

If successful, the output should appear similar to the following:

INFO[0000] CloudBees MCP Branch main INFO[0000] CloudBees MCP Version 40 INFO[0000] CloudBees MCP Build ad7e502108b67f50bb86fbcd271ba2d08f7c2672 INFO[0000] Go Version: go1.24.4 INFO[0000] GOOS darwin INFO[0000] GOARCH arm64

Docker

$ docker run --rm -it cloudbees/unify-mcp-server:latest version

If successful, the output should appear similar to the following:

INFO[0000] CloudBees MCP Branch main INFO[0000] CloudBees MCP Version 40 INFO[0000] CloudBees MCP Build ad7e502108b67f50bb86fbcd271ba2d08f7c2672 INFO[0000] Go Version: go1.24.4 INFO[0000] GOOS linux INFO[0000] GOARCH arm64