MCPcopy
hub / github.com/modelcontextprotocol/python-sdk / main

Function main

examples/snippets/servers/direct_execution.py:21–23  ·  view source on GitHub ↗

Entry point for the direct execution server.

()

Source from the content-addressed store, hash-verified

19
20
21def main():
22 """Entry point for the direct execution server."""
23 mcp.run()
24
25
26if __name__ == "__main__":

Callers 1

Calls 1

runMethod · 0.45

Tested by

no test coverage detected