We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tengmmvp/Seedream_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Seedream MCP 包主入口
允许通过 python -m seedream_mcp 运行服务器。
"""
from .server import cli_main
if __name__ == "__main__":
raise SystemExit(cli_main())