Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 May 21:24
· 839 commits to main since this release
a825a4b

🐛 Fixes

  • 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)
  • Ignore mutations and subscriptions rather than erroring out (#91)
  • Silence __typename used in operations errors (#79)
  • Fix issues with the introspect tool. (#83)
    • The tool was not working when there were top-level subscription in the schema
    • Argument types were not being resolved correctly
  • Improvements to operation loading (#80)
    • When specifying multiple operation paths, all paths were reloaded when any one changed
    • Many redundant events were sent on startup, causing verbose logging about loaded operations
    • Better error handling for missing, invalid, or empty operation files
  • The execute tool did not handle variables correctly (#77 and #93)
  • Cycles in schema type definitions would lead to stack overflow (#74)