Offline / Air-Gapped Support for VS Extension and MCP Server #23320
Unanswered
tasramazan625-bit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Offline / Air-Gapped Support for VS Extension and MCP Server
We're trying to use the Uno Platform Visual Studio extension and the App MCP server on a fully air-gapped machine with no internet access whatsoever.
The problem is that both components require the user to be logged in to work — the extension locks its features behind authentication, and the MCP server doesn't expose any tools until a session is established. Since we can't connect to the internet at all, there's no way to complete that login step.
Is there any supported way to use these tools offline? A token export/import flow, a local credential file, or an offline mode of any kind would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions