#!/usr/bin/env python3
"""
Flight Ticket MCP Server 主启动文件
这是整个项目的主入口点,用于启动航空机票MCP服务器。
"""
import sys
import os
# 添加项目根目录到Python路径
project_root = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, project_root)
from main import main
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/xiaonieli7/FlightTicketMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server