Add code-workspace for blueprintmcp. Add mcp-test.py
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user