You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
I'm working on an idea to create an MCP server that allows users to switch to a preferred LLM based on the prompt they type. This would require an API hook of some kind into Void to change the LLM for that session. (this might get complicated if I have several Void editors open?)
If I were to write a prompt like help me write some Python code to ... then that API hook would allow the MCP to change that session's LLM to my preferred coding LLM.
Later if I say "write me a blog post about this project," the MCP server could switch to my preferred LLM for writing.
There's obviously some complexity to work out for when to keep using the previous LLM choice or when to switch, or when to use a "fallback" LLM if nothing else matches, but you get the idea :)
I'm working on an idea to create an MCP server that allows users to switch to a preferred LLM based on the prompt they type. This would require an API hook of some kind into Void to change the LLM for that session. (this might get complicated if I have several Void editors open?)
If I were to write a prompt like
help me write some Python code to ...then that API hook would allow the MCP to change that session's LLM to my preferred coding LLM.Later if I say "write me a blog post about this project," the MCP server could switch to my preferred LLM for writing.
There's obviously some complexity to work out for when to keep using the previous LLM choice or when to switch, or when to use a "fallback" LLM if nothing else matches, but you get the idea :)