MCPcopy 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
72def main():
73 """Entry point for the completion client."""
74 asyncio.run(run())
75
76
77if __name__ == "__main__":

Callers 1

Calls 2

runFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected