Skip to content

Commit c7228ad

Browse files
authored
Merge pull request #18 from sensein/claude/schema-registry-meta-model-2upt56
Claude/schema registry meta model 2upt56
2 parents 8a83a2a + 76eb1b7 commit c7228ad

6 files changed

Lines changed: 544 additions & 0 deletions

File tree

neuro_ghost/__main__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)