MCPcopy
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

runMethod · 0.45

Tested by

no test coverage detected