MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / _serve

Function _serve

openosint/mcp_server.py:404–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402
403
404async def _serve() -> None:
405 async with stdio_server() as (r, w):
406 await app.run(r, w, app.create_initialization_options())
407
408
409def main() -> None:

Callers 1

mainFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected