OceanBase MCP Server

by yuanoOo
Verified
Apache 2.0
2
  • Linux
  • Apple
from oceanbase_mcp_server import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Expose important items at package level __all__ = ['main', 'server']
ID: 7a7z9o5y5w