Files
integration/tools/blueprint-mcp/package.json

22 lines
481 B
JSON

{
"name": "blueprint-mcp",
"version": "1.0.0",
"description": "MCP server for exposing UE5 Blueprint data to AI models",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0",
"vitest": "^4.0.18"
}
}