Skip to main content
Glama

mcp-flight-search

Makefile1.16 kB
.PHONY: clean build install dev-install test lint publish clean: @echo "Cleaning up..." find . -type d -name "__pycache__" -exec rm -rf {} + find . -type f -name "*.pyc" -delete find . -type f -name "*.pyo" -delete find . -type f -name "*.pyd" -delete find . -type f -name ".coverage" -delete find . -type d -name "*.egg-info" -exec rm -rf {} + find . -type d -name "*.egg" -exec rm -rf {} + find . -type d -name ".pytest_cache" -exec rm -rf {} + find . -type d -name "dist" -exec rm -rf {} + find . -type d -name "build" -exec rm -rf {} + find . -type d -name ".eggs" -exec rm -rf {} + build: clean @echo "Building package..." python -m build install: @echo "Installing package..." pip install . dev-install: @echo "Installing package in development mode..." pip install -e . pip install -r requirements-dev.txt test: @echo "Running tests..." pytest lint: @echo "Linting code..." isort mcp_flight_search black mcp_flight_search flake8 mcp_flight_search publish: clean build @echo "Publishing package to PyPI..." twine upload dist/* run: @echo "Running MCP Flight Search server..." python main.py --connection_type http

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/arjunprabhulal/mcp-flight-search'

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