Skip to main content
Glama

Flight Simulator MCP Server

by jabir366
rst2html5•337 B
#!/root/flight-sim-mcp/flight-mcp-venv/bin/python3 # -*- coding: utf-8 -*- import sys from docutils.core import rst2html5 if __name__ == "__main__": if sys.argv[0].endswith("-script.pyw"): sys.argv[0] = sys.argv[0][:-11] elif sys.argv[0].endswith(".exe"): sys.argv[0] = sys.argv[0][:-4] sys.exit(rst2html5())

Latest Blog Posts

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/jabir366/MCPFligh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server