Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
259
async
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
264
if
__name__ ==
"__main__"
:
Callers
1
mcp_server.py
File · 0.70
Calls
1
run
Method · 0.65
Tested by
no test coverage detected