figma-mcp 0.4.1

Model Context Protocol (MCP) server for accessing Figma files and exporting images as resources
Documentation
1
2
3
4
5
pub mod figma;
pub mod server;
pub mod error;

pub use error::{Error, Result};