Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 2.25 KB

File metadata and controls

40 lines (22 loc) · 2.25 KB

figma-developer-mcp

0.3.0

Minor Changes

  • #122 60c663e Thanks @YossiSaadi! - Include component and component set names to help LLMs find pre-existing components in code

  • #109 64a1b10 Thanks @jonmabe! - Add OAuth token support using Authorization Bearer method for alternate Figma auth.

  • #128 3761a70 Thanks @miraclehen! - Handle size calculations for non-AutoLayout elements and absolutely positioned elements.

Patch Changes

0.2.2

Patch Changes

  • fd10a46: - Update HTTP server creation method to no longer subclass McpServer
    • Change logging behavior on HTTP server
  • 6e2c8f5: Minor bump, testing fix for hanging CF DOs

0.2.2-beta.1

Patch Changes

  • 6e2c8f5: Minor bump, testing fix for hanging CF DOs

0.2.2-beta.0

Patch Changes

  • fd10a46: - Update HTTP server creation method to no longer subclass McpServer
    • Change logging behavior on HTTP server