MCPcopy 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
242def 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
248if __name__ == "__main__":

Callers 1

host-bridge.pyFile · 0.70

Calls 1

logFunction · 0.70

Tested by

no test coverage detected