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.
- Schema introspection and parsing via
fetchSchemaandparseSchema - Operation builder with configurable depth via
buildOperation - MCP server generation with
createAgentToolkitServerandcreateToolsFromSchema - 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
summarizeResponseandformatForLLM - Framework adapters: LangChain, CrewAI, and Vercel AI SDK
- Mock data generation with
@mock()directive support - CLI commands:
initandserve - Dual ESM/CJS output with full TypeScript declarations