Skip to main content
Glama

Flight Simulator MCP Server

by jabir366
__init__.py•778 B
from __future__ import annotations from ._find_uv import find_uv_bin __all__ = ["find_uv_bin"] def __getattr__(attr_name: str) -> object: if attr_name in { "build_sdist", "build_wheel", "build_editable", "get_requires_for_build_sdist", "get_requires_for_build_wheel", "prepare_metadata_for_build_wheel", "get_requires_for_build_editable", "prepare_metadata_for_build_editable", }: err = ( f"Using `uv.{attr_name}` is not allowed; build backend functionality is in the `uv_build` package. " f"Did you mean to use `uv_build` as your build system?" ) raise AttributeError(err) raise AttributeError(f"module `{__name__}` has no attribute `{attr_name}`")

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