MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / run

Function run

examples/snippets/clients/oauth_client.py:87–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86
87def run():
88 asyncio.run(main())
89
90
91if __name__ == "__main__":

Callers 1

oauth_client.pyFile · 0.70

Calls 2

mainFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected