5 lines
112 B
Python
5 lines
112 B
Python
from .server import mcp
|
|
|
|
def main():
|
|
"""Main entry point for the package."""
|
|
mcp.run(transport="stdio")
|