Skip to content

Commit 2a27c73

Browse files
committed
chore: add missing owners to changelog
1 parent d6746f9 commit 2a27c73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## 🚀 Features
1010

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
1212

1313
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.
1414

15-
### Allow overriding registry endpoints
15+
### Allow overriding registry endpoints - @Jephuff PR #134
1616

1717
Set APOLLO_UPLINK_ENDPOINTS and APOLLO_REGISTRY_URL to override the endpoints for fetching schemas and operations
1818

@@ -47,12 +47,12 @@ The MCP server won't crash when a header's value contains colons.
4747
### Automate changesets and changelog - @pubmodmatt PR #107
4848

4949
Contributors can now generate a changeset file automatically with:
50+
5051
```console
5152
cargo xtask changeset create
5253
```
53-
This will generate a file in the `.changesets` directory, which can be added to the pull request.
54-
5554

55+
This will generate a file in the `.changesets` directory, which can be added to the pull request.
5656

5757
## [0.3.0] - 2025-05-29
5858

@@ -73,7 +73,7 @@ This will generate a file in the `.changesets` directory, which can be added to
7373

7474
- 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)
7575
- 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)
7777
- Fix issues with the `introspect` tool. (#83)
7878
- The tool was not working when there were top-level subscription in the schema
7979
- Argument types were not being resolved correctly

0 commit comments

Comments
 (0)