24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"name": "unreal-mcp",
|
|
"version": "0.1.0",
|
|
"description": "MCP server for AI-powered Unreal Engine development - Generate C++ code, Blueprint conversions, and multiplayer systems",
|
|
"main": "dist/index.js",
|
|
"keywords": [
|
|
"mcp",
|
|
"unreal-engine",
|
|
"unreal",
|
|
"game-development",
|
|
"cpp",
|
|
"blueprints",
|
|
"ai",
|
|
"claude",
|
|
"code-generation"
|
|
],
|
|
"author": "Alexis Trouvé",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AlexisTrouve/unreal-mcp.git"
|
|
}
|
|
}
|