4 lines
89 B
Python
4 lines
89 B
Python
"""MCP server module."""
|
|
from salior.mcp.server import MCPServer
|
|
|
|
__all__ = ["MCPServer"] |