penpot/mcp/scripts/start-mcp-devenv
2026-06-08 09:59:33 +02:00

7 lines
204 B
Bash
Executable File

#!/bin/sh
# This starts the MCP server in a configuration for Penpot development
# (assuming devenv)
PENPOT_MCP_SERVER_HOST=0.0.0.0 PENPOT_MCP_REMOTE_MODE=true PENPOT_MCP_DEVENV=true pnpm run bootstrap