I need UnityMCP to provide instructions for controlling Unity3d for using it in my own AI ecosystem. AFAIU, to do this, I need to upload documentation from UnityMCP to LLM as a prompt: what operations are supported by UnityMCP and what format to use them in. Then, I can send a LLM response with the necessary instructions to the UnityMCP module.
Is this the correct procedure?
Where should I start? Where can I get the list of all the available commands and its using format to pass it to LLM?
For instance is there a way to create simple client over OLLama to send instructions to UnityMCP?