unpin streamable http

This commit is contained in:
Taylor Wilsdon
2025-06-07 13:59:45 -04:00
parent 5a423b83c1
commit 5a95e52426

View File

@@ -86,6 +86,7 @@ def main():
print(" Ready for MCP connections!")
print()
# The server is already configured with port and server_url in core/server.py
server.run()
server.run(transport="streamable-http")
except KeyboardInterrupt:
print("\n👋 Server shutdown requested")