penpot-mcp/docker-entrypoint.sh
2026-01-21 17:12:29 +01:00

8 lines
164 B
Bash
Executable File

#!/bin/bash
echo "Parsing: $PLUGIN_API_URL"
(cd python-scripts && python prepare_api_docs.py $PLUGIN_API_URL)
(cd mcp-server && node dist/index.js --multi-user)