Skip to content

Version Mismatch #443

@kedgm

Description

@kedgm

I downloaded v0.9.0-rc.2, but the binary shows v0.9.0, so I'm confused about which version I'm actually using.

➜  curl -sSL https://mcp.apollo.dev/download/nix/v0.9.0-rc.2 | sh
downloading apollo-mcp-server from https://github.com/apollographql/apollo-mcp-server/releases/download/v0.9.0/apollo-mcp-server-v0.9.0-aarch64-apple-darwin.tar.gz
Moving /var/folders/z6/j9z2rfbx3x9975_0fcpxphvc0000gn/T/tmp.8XdyIp4Xgh/apollo-mcp-server to ./apollo-mcp-server ...

You can now run the Apollo MCP Server using './apollo-mcp-server'
➜  ./apollo-mcp-server --version
apollo-mcp-server 0.9.0

It looks like the version matches when downloading v0.9.0.

➜  curl -sSL https://mcp.apollo.dev/download/nix/v0.9.0 | sh
downloading apollo-mcp-server from https://github.com/apollographql/apollo-mcp-server/releases/download/v0.9.0/apollo-mcp-server-v0.9.0-aarch64-apple-darwin.tar.gz
Moving /var/folders/z6/j9z2rfbx3x9975_0fcpxphvc0000gn/T/tmp.LNj2fQ8Yif/apollo-mcp-server to ./apollo-mcp-server ...

You can now run the Apollo MCP Server using './apollo-mcp-server'
➜  ./apollo-mcp-server --version
apollo-mcp-server 0.9.0

We used to use v0.7.0-rc.2 and didn't have this issue.

➜  curl -sSL https://mcp.apollo.dev/download/nix/v0.7.0-rc.2 | sh
downloading apollo-mcp-server from https://github.com/apollographql/apollo-mcp-server/releases/download/v0.7.0-rc.2/apollo-mcp-server-v0.7.0-rc.2-aarch64-apple-darwin.tar.gz
Moving /var/folders/z6/j9z2rfbx3x9975_0fcpxphvc0000gn/T/tmp.lJAYI97Mhg/apollo-mcp-server to ./apollo-mcp-server ...

You can now run the Apollo MCP Server using './apollo-mcp-server'
➜  ./apollo-mcp-server --version
apollo-mcp-server 0.7.0-rc.2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions