You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,56 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
# [0.4.0] - 2025-06-17
8
+
9
+
## 🚀 Features
10
+
11
+
### Add `--collection <COLLECTION_ID>` as another option for operation source
12
+
13
+
Use operation collections as the source of operations for your MCP server. The server will watch for changes and automatically update when you change your operation collection.
14
+
15
+
### Allow overriding registry endpoints
16
+
17
+
Set APOLLO_UPLINK_ENDPOINTS and APOLLO_REGISTRY_URL to override the endpoints for fetching schemas and operations
The MCP Server will now identify itself to Apollo Router through the `ApolloClientMetadata` extension. This allows traffic from MCP to be identified in the router, for example through telemetry.
22
+
23
+
### Update license to MIT - @kbychu PR #122
24
+
25
+
The Apollo MCP Server is now licensed under MIT instead of ELv2
The `GetAstronautsCurrentlyInSpace` in the Quickstart documentation was not working.
32
+
33
+
### Change explorer tool to return URL - @pubmodmatt PR #123
34
+
35
+
The explorer tool previously opened the GraphQL query directly in the user's browser. Although convenient, this would only work if the MCP Server was hosted on the end user's machine, not remotely. It will now return the URL instead.
0 commit comments