Skip to content

Commit 9d1c99b

Browse files
committed
feat: switch flightcheck from google-flights-mcp to fli
google-flights-mcp (fast-flights lib) returned empty airline/time/duration fields. fli (punitarani/fli) returns complete flight data including airline, flight numbers, times, durations, and layover airports. Image source: ghcr.io/crack-kitty/fli
1 parent 0200f5e commit 9d1c99b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SERVICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
- [firefly3](https://github.com/firefly-iii/firefly-iii/tree/main) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/firefly3.yml)): Manages personal finances and budgets
112112
- [firefox](https://github.com/linuxserver/docker-firefox) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/firefox.yml)): Runs mozilla firefox browser in a container
113113
- [flame](https://github.com/pawelmalak/flame) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/flame.yml)): homepage/dashboard for docker containers and services
114-
- [flightcheck](https://github.com/crack-kitty/google-flights-mcp) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/flightcheck.yml)): Google Flights MCP server - search flights via MCP protocol
114+
- [flightcheck](https://github.com/crack-kitty/fli) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/flightcheck.yml)): Google Flights MCP server (fli) - search flights via MCP protocol
115115
- [fooocus](https://github.com/lllyasviel/Fooocus) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/fooocus.yml)): Focus on prompting and generating | a generative image generator
116116
- [forgejo](https://forgejo.org/) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/forgejo.yml)): Self-hosted lightweight software forge, a fork of Gitea
117117
- [fossflow](https://hub.docker.com/r/fitzzz/fossflow) ([yml](https://github.com/traefikturkey/onramp/tree/main/services-available/fossflow.yml)): Open-source Progressive Web App (PWA) for creating isometric diagrams.

services-available/flightcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ networks:
22
traefik:
33
external: true
44

5-
# description: Google Flights MCP server - search flights via MCP protocol
6-
# https://github.com/crack-kitty/google-flights-mcp
5+
# description: Google Flights MCP server (fli) - search flights via MCP protocol
6+
# https://github.com/crack-kitty/fli
77

88
services:
99
flightcheck:
10-
image: ghcr.io/crack-kitty/google-flights-mcp:${FLIGHTCHECK_DOCKER_TAG:-latest}
10+
image: ghcr.io/crack-kitty/fli:${FLIGHTCHECK_DOCKER_TAG:-latest}
1111
container_name: ${FLIGHTCHECK_CONTAINER_NAME:-flightcheck}
1212
hostname: flightcheck
1313
restart: ${FLIGHTCHECK_RESTART:-unless-stopped}

0 commit comments

Comments
 (0)