Files
google-mcp/main.py

7 lines
156 B
Python
Raw Normal View History

2025-04-27 12:34:22 -04:00
import mcp
from core.server import server
if __name__ == "__main__":
# Run the MCP server using stdio transport
mcp.run(server, transport='stdio')