Skip to content

Conversation

DaleSeo
Copy link
Contributor

@DaleSeo DaleSeo commented Jul 10, 2025

This PR updates Apollo MCP Server to v0.5.2 within AIO Container.

```shell
...
--env MCP_ENABLE=1 \
--env MCP_UPLINK=1 \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In v0.5.2, if a schema isn't provided, it will get fetched from uplink by default.

| `MCP_LOG_LEVEL` | Change the level at which the MCP Server logs, possible values: `ERROR`, `WARN`, `INFO`, `DEBUG`, `TRACE` |
| `MCP_SSE` | Use SSE as the transport protocol rather than streamable HTTP |
| `MCP_UPLINK` | Enable use of Uplink to get the schema and persisted queries (Requires `APOLLO_KEY` and `APOLLO_GRAPH_REF`) |
| `MCP_UPLINK_MANIFEST` | Enable use of Uplink to get the persisted queries (Requires `APOLLO_KEY` and `APOLLO_GRAPH_REF`) |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MCP server will default to the default MCP tools from operation collections unless this environment variable is set.

@DaleSeo DaleSeo self-assigned this Jul 10, 2025
@DaleSeo DaleSeo marked this pull request as ready for review July 10, 2025 19:17
Copy link
Collaborator

@jonathanrainer jonathanrainer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small change but other that that looks great 👍

Dockerfile Outdated
ARG APOLLO_MCP_SERVER_VERSION=0.5.2

LABEL org.opencontainers.image.version=0.0.5
LABEL org.opencontainers.image.version=0.0.6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't need to bump the container version here, as the only changes relate to the MCP Server itself

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your review, @jonathanrainer. I restored the version. QQ: When are we supposed to bump this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are changes made to the actual running of the container itself (OS changes, system dependencies etc.) if we're just changing it so its compatible with the latest version of something inside it we should rely on that version bump instead.

In reality I imagine that version won't change a huge amount

Copy link
Collaborator

@jonathanrainer jonathanrainer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DaleSeo DaleSeo merged commit e110890 into main Jul 11, 2025
2 checks passed
@DaleSeo DaleSeo deleted the mcp-0.5.2 branch July 11, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants