Releases: blurrah/mcp-graphql
v2.0.4
fix: add ignorable input boolean for introspect schema
Another workaround for clients that send undefined as an argument when inputArguments is an empty object
Also added two debug clients to fool around with this a bit
Full Changelog: v2.0.3...v2.0.4
v2.0.3
fix: update all dependencies
This should hopefully fix the issue where undefined is not allowed as input for a tool call without input arguments.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
chore: add better error returns
have a feeling that thrown errors do not properly return responses to the model that uses it
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.0.1
release: bump package.json to 1.0.1
What's Changed
- Parse ALLOW_MUTATIONS as string by @mweidner037 in #16
New Contributors
- @mweidner037 made their first contribution in #16
Full Changelog: v1.0.0...v1.0.1
v1.0.0
chore(package): add MIT license to package.json
Full Changelog: v0.3.3...v1.0.0
release: bump package.json to 1.0.0
v0.3.3
v0.3.2
release: 0.3.2 with optional endpoints and headers
What's Changed
- feat: accept endpoint and headers from mcp client by @takumiyoshikawa in #7
New Contributors
- @takumiyoshikawa made their first contribution in #7
Full Changelog: v0.2.2...v0.3.2
v0.2.2
fix: add headers to introspection query
Full Changelog: v0.2.1...v0.2.2