Add auto-discovery support (UDP discovery responder & subnet scanner) and implement virtual screen MCP server

This commit is contained in:
Adolfo Reyna
2026-06-03 14:29:49 -04:00
parent 81e7b15b61
commit 070390355e
8 changed files with 2115 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"virtual-screen-companion": {
"command": "python3",
"args": [
"/Users/adolforeyna/Projects/MicroPython/test1/Screen/virtual_screen_mcp/server.py",
"--port",
"8080"
]
}
}
}