penpot-mcp/python-scripts
fuzi1996 a17322a598 feat(python-scripts): add Linux platform support
- Update platforms in pixi.toml from win-64 only to win-64,linux-64
- Add Linux-specific package dependencies in pixi.lock
- Enable cross-platform compatibility for Python development scripts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 14:07:39 +08:00
..

Helper Scripts for the Penpot MCP Server

This subproject contains helper scripts used in the development of the Penpot MCP server.

Setup

This project uses pixi for environment management.

Install the environment via

pixi install

Scripts

Preparation of API Documentation for the MCP Server

The script prepare_api_docs.py reads API documentation from the Web and collects it in a single yaml file, which is then used by an MCP tool to provide API documentation to an LLM on demand.

Running the script:

pixi run python prepare_api_docs.py

This will generate ../mcp-server/data/api_types.yml.