mirror of
https://github.com/penpot/penpot.git
synced 2026-06-10 01:12:06 +00:00
7 lines
204 B
Bash
Executable File
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
|