We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a83a2a + 76eb1b7 commit c7228adCopy full SHA for c7228ad
6 files changed
neuro_ghost/__main__.py
@@ -0,0 +1,5 @@
1
+"""Allow `python -m neuro_ghost.mcp_server` to work."""
2
+from neuro_ghost.mcp_server import mcp
3
+
4
+if __name__ == "__main__":
5
+ mcp.run()
0 commit comments