version

1 minute read
On this page

The version command provides information for the CloudBees MCP release.

Native

cloudbees-mcp 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/cloudbees-mcp: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