MCP Server
MCP
io.github.VLab-Software/easyeda-pro-mcp
MCP server and EasyEDA Pro extension bridge for live project assistance.
Install
npx -y @vlabsoft/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@vlabsoft/easyeda-pro-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional WebSocket host for the local EasyEDA Pro bridge. Defaults to 127.0.0.1.",
"format": "string",
"name": "EASYEDA_MCP_WS_HOST"
},
{
"description": "Optional WebSocket port for the local EasyEDA Pro bridge. Defaults to 8765.",
"format": "string",
"name": "EASYEDA_MCP_WS_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment