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
+57-4Lines changed: 57 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,63 @@ 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.5.0] - 2025-07-08
8
+
9
+
## ❗ BREAKING ❗
10
+
11
+
### Deprecate -u,--uplink argument and use default collection - @Jephuff PR #154
12
+
13
+
`--uplink` and `-u` are deprecated and will act as an alias for `--uplink-manifest`. If a schema isn't provided, it will get fetched from uplink by default, and `--uplink-manifest` can be used to fetch the persisted queries from uplink.
14
+
The server will now default to the default MCP tools from operation collections.
15
+
16
+
## 🚀 Features
17
+
18
+
### Add --version argument - @Jephuff PR #154
19
+
20
+
`apollo-mcp-server --version` will print the version of apollo-mcp-server currently installed
21
+
22
+
### Support operation variable comments as description overrides - @alocay PR #164
23
+
24
+
Operation comments for variables will now act as overrides for variable descriptions
25
+
26
+
### Include operation name with GraphQL requests - @DaleSeo PR #166
27
+
28
+
Include the operation name with GraphQL requests if it's available.
0 commit comments