Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelcontextprotocol/python-sdk
/ target
Function
target
tests/server/test_stdio.py:118–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
""
"
117
118
def
target() -> None:
119
server.run(
"stdio"
)
120
121
thread = threading.Thread(target=target, daemon=True)
122
thread.start()
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected