Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp into fix/567-darwin-stdout

This commit is contained in:
Taylor Wilsdon
2026-03-17 10:12:11 -04:00
17 changed files with 1802 additions and 1088 deletions

View File

@@ -534,7 +534,12 @@ def main():
)
sys.exit(1)
server.run(transport="streamable-http", host=host, port=port)
server.run(
transport="streamable-http",
host=host,
port=port,
stateless_http=is_stateless_mode(),
)
else:
server.run()
except KeyboardInterrupt: