Files
google-mcp/main.py

6 lines
140 B
Python
Raw Normal View History

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