Initial commit: Penpot MCP Server - Complete AI-powered design workflow automation with MCP protocol, Penpot API integration, Claude AI support, CLI tools, and comprehensive documentation
This commit is contained in:
10
env.example
Normal file
10
env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Penpot authentication
|
||||
PENPOT_USERNAME=your_penpot_username_here
|
||||
PENPOT_PASSWORD=your_penpot_password_here
|
||||
|
||||
# Server configuration
|
||||
PORT=5000
|
||||
DEBUG=true
|
||||
|
||||
# Penpot API base URL (change if using self-hosted Penpot)
|
||||
PENPOT_API_URL=https://design.penpot.app/api
|
||||
Reference in New Issue
Block a user