Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Integration App MCP Server
Claim
Official
by
integration-app
npm
GitHub
Developer Tools
JavaScript
6
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
waldur_mcp_server
src/waldur_mcp_server/__init__.py
src/waldur_mcp_server/meta.yaml
src/waldur_mcp_server/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ["main", "server"]