Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ main
Function
main
e2e/mcp-conformance/host-bridge.py:242–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
241
242
def
main() -> None:
243
server = ThreadingHTTPServer((
"0.0.0.0"
, PORT), Handler)
244
log(f
"host bridge listening on {PORT}"
)
245
server.serve_forever()
246
247
248
if
__name__ ==
"__main__"
:
Callers
1
host-bridge.py
File · 0.70
Calls
1
log
Function · 0.70
Tested by
no test coverage detected