mirror of
https://github.com/penpot/penpot-mcp.git
synced 2026-04-25 11:18:37 +00:00
8 lines
164 B
Bash
Executable File
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)
|