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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## 🚀 Features
10
10
11
-
### Add `--collection <COLLECTION_ID>` as another option for operation source
11
+
### Add `--collection <COLLECTION_ID>` as another option for operation source - @Jephuff PR #118
12
12
13
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.
Set APOLLO_UPLINK_ENDPOINTS and APOLLO_REGISTRY_URL to override the endpoints for fetching schemas and operations
18
18
@@ -47,12 +47,12 @@ The MCP server won't crash when a header's value contains colons.
47
47
### Automate changesets and changelog - @pubmodmatt PR #107
48
48
49
49
Contributors can now generate a changeset file automatically with:
50
+
50
51
```console
51
52
cargo xtask changeset create
52
53
```
53
-
This will generate a file in the `.changesets` directory, which can be added to the pull request.
54
-
55
54
55
+
This will generate a file in the `.changesets` directory, which can be added to the pull request.
56
56
57
57
## [0.3.0] - 2025-05-29
58
58
@@ -73,7 +73,7 @@ This will generate a file in the `.changesets` directory, which can be added to
73
73
74
74
- Reduce the log level of many messages emitted by the server so INFO is less verbose, and add a `--log` option to specify the log level used by the MCP Server (default is INFO) (#82)
75
75
- Ignore mutations and subscriptions rather than erroring out (#91)
76
-
- Silence __typename used in operations errors (#79)
76
+
- Silence \_\_typename used in operations errors (#79)
77
77
- Fix issues with the `introspect` tool. (#83)
78
78
- The tool was not working when there were top-level subscription in the schema
79
79
- Argument types were not being resolved correctly
0 commit comments