Runs for like 20 mins (creates the indexed files) then get this : Failure in MCP tool execution: calling "tools/call": processedFiles is not defined
then clears caches and tries again (retry doesn't work at all need fresh restart). Also after nodejs has a memory leak and needs to be force ended
I did the setup for antigravity and did the npm install (got this if at all relevant: npm warn deprecated boolean@3.2.0: Package no longer supported..)
I am using uefn/verse, it could because of my workspace file(the way its setup is neccesary). mcp path is set to "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
{
"folders": [
{
"name": "Game1Path",
"path": "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
},
{
"name": "Game1 (Assets)",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Game1-Assets"
},
{
"name": "VersePath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Verse"
},
{
"name": "UEPath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/UnrealEngine"
},
{
"name": "FNPath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Fortnite"
},
{
"name": "/{fnuser}@fortnite.com/Game1",
"path": "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
},
{
"name": "/{fnuser}@fortnite.com/Game1 (Assets)",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Game1-Assets"
},
{
"name": "vproject - DO NOT MODIFY",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/vproject"
},
{
"name": "/Verse.org",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Verse"
},
{
"name": "/UnrealEngine.com",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/UnrealEngine"
},
{
"name": "/Fortnite.com",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Fortnite"
}
],
"settings": {
"files.exclude": {
},
"files.autoSave": "onWindowChange",
"editor.bracketPairColorization.enabled": false,
"editor.acceptSuggestionOnEnter": "off"
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Verse Debug",
"type": "verse",
"request": "attach",
"debugServer": 1961
}
]
}
}
Runs for like 20 mins (creates the indexed files) then get this : Failure in MCP tool execution: calling "tools/call": processedFiles is not defined
then clears caches and tries again (retry doesn't work at all need fresh restart). Also after nodejs has a memory leak and needs to be force ended
I did the setup for antigravity and did the npm install (got this if at all relevant: npm warn deprecated boolean@3.2.0: Package no longer supported..)
I am using uefn/verse, it could because of my workspace file(the way its setup is neccesary). mcp path is set to "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
{
"folders": [
{
"name": "Game1Path",
"path": "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
},
{
"name": "Game1 (Assets)",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Game1-Assets"
},
{
"name": "VersePath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Verse"
},
{
"name": "UEPath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/UnrealEngine"
},
{
"name": "FNPath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Fortnite"
},
{
"name": "/{fnuser}@fortnite.com/Game1",
"path": "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
},
{
"name": "/{fnuser}@fortnite.com/Game1 (Assets)",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Game1-Assets"
},
{
"name": "vproject - DO NOT MODIFY",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/vproject"
},
{
"name": "/Verse.org",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Verse"
},
{
"name": "/UnrealEngine.com",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/UnrealEngine"
},
{
"name": "/Fortnite.com",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Fortnite"
}
],
"settings": {
"files.exclude": {
},
"files.autoSave": "onWindowChange",
"editor.bracketPairColorization.enabled": false,
"editor.acceptSuggestionOnEnter": "off"
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Verse Debug",
"type": "verse",
"request": "attach",
"debugServer": 1961
}
]
}
}