salior/salior/mcp/__init__.py

4 lines
89 B
Python

"""MCP server module."""
from salior.mcp.server import MCPServer
__all__ = ["MCPServer"]