Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
404
async
def
_serve() -> None:
405
async
with
stdio_server()
as
(r, w):
406
await app.run(r, w, app.create_initialization_options())
407
408
409
def
main() -> None:
Callers
1
main
Function · 0.85
Calls
1
run
Method · 0.45
Tested by
no test coverage detected