Skip to content

Version 1.0.1

Choose a tag to compare

@BeArchiTek BeArchiTek released this 07 Apr 19:19
· 51 commits to stable since this release

Release summary

Use AI agents to query Infrahub data without being interrupted by invalid queries. Error messages now provide enough context for AI agents to identify valid alternatives and retry automatically.

Query Infrahub data without interrupting a conversation to correct invalid queries

Schema information is now included in common error paths, allowing AI agents to correct invalid queries and continue working without manual intervention.

What changed

  • Return valid kinds when an unknown kind is referenced, making it easier to correct invalid requests.
  • Return valid filters for the requested kind so AI agents can build a corrected query automatically.
  • Include get_schema in remediation guidance when additional schema information is needed.
  • Apply the same behavior to read, write, and GraphQL operations.

Minor changes

Security

  • Updated dependencies, including ujson, requests, aiohttp, and fastmcp.

Full changelog

Added

  • Schema discovery hints in MCP error messages (#54).