Releases: Panzer-Jack/feuse-mcp
Releases · Panzer-Jack/feuse-mcp
v0.1.6
v0.1.5
v0.1.4
v0.1.3
What's Changed
- feat: optimize related tool prompt structure by @Panzer-Jack in #7
- fix: strengthen prompt and update docs by @Panzer-Jack in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Merge Main To Dev by @Panzer-Jack in #4
- Merge pull request #4 from Panzer-Jack/main by @Panzer-Jack in #5
- feat: remove init exit by @Panzer-Jack in #6
Full Changelog: v0.1.1...v0.1.2
v0.1.1
feuse-mcp now release ~~~!
🔧 Available Toolset (Continuously Updated)
| Tool Name | Category | Description | Input Parameters | Notes |
|---|---|---|---|---|
| Figma-To-Code | Figma Integration | Generate frontend code based on Figma styling info with PNG assistance | fileKey, nodeId(optional) |
Auto-adapts to local configs (ESLint etc), supports responsive layouts |
| extract-svg-assets | Asset Analysis | Analyze Figma DSL structure and auto-extract SVG resources | fileKey, nodeId(optional) |
Intelligent Figma file analysis, batch extraction of SVG icons/vectors |
| extract-color-vars | Design Tokens | Extract color variables from Figma DSL to CSS framework configs | fileKey, nodeId(optional) |
Supports UnoCSS, TailwindCSS, or custom file format output |
| similarity-figma | Quality Control | Compare Figma prototypes with project page screenshots | url, fileKey, nodeId(optional) |
Visual comparison with intelligent similarity scoring and detailed analysis |
| api-automation | Development Tools | Parse backend API docs and generate types, constants, mock data | apiDocs |
Supports multiple API doc formats, generates complete frontend API toolkit |
| initialize-project-standard | Project Management | Analyze project structure and generate Copilot/Cursor global rules | No parameters | Auto-generates intelligent coding assistant project context and standards |
| Download-Figma-Images | Asset Management | Batch download SVG and PNG image resources from Figma by node ID | fileKey, nodes[], localPath |
Supports imageRef handling, auto-creates directory structure (low-level tool for other MCPs) |
| download-svg-assets | Asset Management | Download SVG vector resources from Figma by image/icon node ID | fileKey, nodes[], localPath |
SVG format only, supports complex node structures (low-level tool for other MCPs) |
