Skip to content

v0.5.4

Choose a tag to compare

@dannote dannote released this 18 Jan 18:14
· 207 commits to master since this release

Added

  • MCP server — proxy exposes /mcp endpoint with 80+ auto-generated tools
    • JSON-RPC over HTTP (no SDK dependency)
    • Tools generated from CLI command definitions via TypeScript AST
    • String args coerced to numbers using Zod
    • figma-use mcp command shows client configuration
  • MCP schema validation tests against official JSON schema
  • MCP integration tests