Skip to content

Releases: blurrah/mcp-graphql

v2.0.4

27 May 19:57
d9cbcf3
Compare
Choose a tag to compare

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

27 May 12:32
dfbee45
Compare
Choose a tag to compare

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

26 May 12:16
b47644a
Compare
Choose a tag to compare

fix: clients sending undefined to introspect breaks tool

This forces an input that doesn't break by just adding an optional argument that doesn't do anything.

Fixes #24

Full Changelog: v2.0.1...v2.0.2

v2.0.1

22 Apr 20:19
6e38845
Compare
Choose a tag to compare

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

18 Apr 07:15
007ff9a
Compare
Choose a tag to compare

release: bump package.json to 2.0.0

What's Changed

  • chore: remove per query endpoints and headers by @blurrah in #17

Full Changelog: v1.0.1...v2.0.0

v1.0.1

18 Apr 06:34
363a645
Compare
Choose a tag to compare

release: bump package.json to 1.0.1

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Apr 20:18
Compare
Choose a tag to compare

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

03 Apr 12:56
9c65977
Compare
Choose a tag to compare

Fix: Properly handle schema option in parseArgs function (#10)

What's Changed

  • Fix: Properly handle schema option in parseArgs function by @cyscott in #10

New Contributors

Full Changelog: v0.3.2...v0.3.3
release: update to 0.3.3

v0.3.2

13 Mar 08:01
6e3ff6f
Compare
Choose a tag to compare

release: 0.3.2 with optional endpoints and headers

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.2

v0.2.2

08 Mar 21:14
8cdb048
Compare
Choose a tag to compare

fix: add headers to introspection query

Full Changelog: v0.2.1...v0.2.2