Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 982 Bytes

File metadata and controls

21 lines (17 loc) · 982 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2026-02-15

Added

  • Schema introspection and parsing via fetchSchema and parseSchema
  • Operation builder with configurable depth via buildOperation
  • MCP server generation with createAgentToolkitServer and createToolsFromSchema
  • GraphQL executor for running operations against endpoints
  • TF-IDF semantic schema search via SchemaNavigator
  • Relay and offset pagination handling via executePaginated
  • Response summarization for LLM context windows via summarizeResponse and formatForLLM
  • Framework adapters: LangChain, CrewAI, and Vercel AI SDK
  • Mock data generation with @mock() directive support
  • CLI commands: init and serve
  • Dual ESM/CJS output with full TypeScript declarations