MCPcopy
hub / github.com/lightningpixel/modly / main

Function main

api/mcp_server.py:259–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258
259async def main():
260 async with stdio_server() as (read_stream, write_stream):
261 await server.run(read_stream, write_stream, server.create_initialization_options())
262
263
264if __name__ == "__main__":

Callers 1

mcp_server.pyFile · 0.70

Calls 1

runMethod · 0.65

Tested by

no test coverage detected