Is there a possibility to provide path for UE project?
I'm trying to create MCP for UE, but because my root project contains in reality two - python and UE, Plugin can't find it.
I just need it to run the project :) Yeah, I can just create a bat file and ask it to run agent and blah blah.
UPD. Seeing that your answer could be long enough to wait - I think I will create bat file for myself then. But maybe consider it as a feature :)
Hey thanks for the feedback, I'll be happy to consider/add this as a feature Can you please provide more details
Thanks for the answer.
Sorry I'm not sure what specific details you might need.
So initially I had this problem (which were an inability to provide path for UE project manually, by default it cant find my project in this git repo) because my git repo contains lets say two different projects. The first one is UE plugin (with the UE project itself) And the second one is Python MCP servers.
Your extension looks neat to look for docs which I might provide to LLM, and previously I thought that idea to launch project with just a button from IDE instead of alt+tab to run it through some file explorer would be a great idea, but now using .bat file to launch it I can see that to work with LLM in agent mode much better in a sense that it can run it automatically when it recompiles project.