Add code-workspace for blueprintmcp. Add mcp-test.py

This commit is contained in:
2026-03-09 07:10:49 -04:00
parent f895e2ae8b
commit 25a264edcb
2 changed files with 86 additions and 0 deletions

View File

@@ -134,6 +134,25 @@
}
},
"append2" : [
{
"name": "BlueprintMCP Commandlet",
"request": "launch",
"program": "[UNREALENGINE]/Engine/Binaries/Linux/UnrealEditor-Linux-[DEBUG]-Cmd",
"preLaunchTask": "python3 build.py c++",
"args": [
"[INTEGRATION]/Integration.uproject",
"-userdir=User/[USER]",
"-run=BlueprintMCP",
"-unattended"
],
"cwd": "[INTEGRATION]",
"type": "lldb",
"console": "integratedTerminal",
"initCommands": [
"command script import [UNREALENGINE]/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py",
"settings set target.inline-breakpoint-strategy always"
]
},
{
"name": "Luprex Server",
"request": "launch",