Skip to content

v0.1.18

Choose a tag to compare

@npslaney npslaney released this 27 Jan 16:54
· 17 commits to main since this release
b2ff3f5

Features

  • MCP Contracts: Added comprehensive contracts for MCP API operations
    • Products: full CRUD operations (list, get, create, update, delete)
    • Customers: full CRUD operations (list, get, create, update, delete)
    • Orders: list and get operations
    • Checkouts: list and get summary operations
  • SDK/MCP Contract Exports: Added separate sdkContract and mcpContract exports for different use cases
  • Shared Schemas: Added reusable schemas for products, customers, orders, and pagination