Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/modelcontextprotocol/python-sdk
/ main
Function
main
examples/snippets/clients/completion_client.py:72–74 ·
view source on GitHub ↗
Entry point for the completion client.
()
Source
from the content-addressed store, hash-verified
70
71
72
def
main():
73
""
"Entry point for the completion client."
""
74
asyncio.run(run())
75
76
77
if
__name__ ==
"__main__"
:
Callers
1
completion_client.py
File · 0.70
Calls
2
run
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected