16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"mcpServers": {
|
|
"blueprint-mcp": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": [
|
|
"/home/jyelon/integration/tools/blueprint-mcp/dist/index.js"
|
|
],
|
|
"env": {
|
|
"UE_PROJECT_DIR": "/home/jyelon/integration",
|
|
"UE_PORT": "9847"
|
|
}
|
|
}
|
|
}
|
|
}
|