mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
11 lines
160 B
YAML
11 lines
160 B
YAML
name: New MCP server
|
|
version: 0.0.1
|
|
schema: v1
|
|
mcpServers:
|
|
- name: New MCP server
|
|
command: npx
|
|
args:
|
|
- -y
|
|
- <your-mcp-server>
|
|
env: {}
|