Replies: 1 comment
-
|
Hi @rvignesh, thanks for reporting this! The error means your local Go installation is older than what the project requires. Our You have two options: Option 1 (recommended): Use a pre-built binary Rather than building from source, you can download a ready-to-use binary from the latest release. We publish binaries for Windows, macOS (Intel & Apple Silicon), and Linux — no Go installation required. Option 2: Upgrade Go If you prefer building from source, update your Go installation to 1.25.5 or later from go.dev/dl, then retry the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
$ /usr/bin/go install github.com/matlab/matlab-mcp-core-server/cmd/matlab-mcp-core-server@latest
go: github.com/matlab/matlab-mcp-core-server/cmd/matlab-mcp-core-server@latest (in github.com/matlab/matlab-mcp-core-server@v0.7.0): go.mod:5: invalid go version '1.25.5': must match format 1.23
go.mod:7: unknown block type: tool
Beta Was this translation helpful? Give feedback.
All reactions