#!/usr/bin/env python3
"""
TOS MCP Server 模块入口点
当使用 python -m tos_mcp_server 时会调用此文件
"""
def main():
from .main import main as main_func
main_func()
if __name__ == "__main__":
main()
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jneless/tos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server