|
5 | 5 | "description": "Google Flights itineraries with fares, legs, carbon emissions and price history, as JSON.", |
6 | 6 | "version": "1.0.0", |
7 | 7 | "websiteUrl": "https://hasdata.com/apis/google-flights-api", |
8 | | - "repository": { "url": "https://github.com/HasData/google-flights-mcp", "source": "github" }, |
| 8 | + "repository": { |
| 9 | + "url": "https://github.com/HasData/google-flights-mcp", |
| 10 | + "source": "github" |
| 11 | + }, |
9 | 12 | "remotes": [ |
10 | 13 | { |
11 | 14 | "type": "streamable-http", |
12 | 15 | "url": "https://mcp.hasdata.com/api/mcp?apis=google_travel_flights", |
13 | 16 | "headers": [ |
14 | | - { "name": "x-api-key", "description": "HasData API key, created at app.hasdata.com. The free trial needs no card.", "isRequired": true, "isSecret": true } |
| 17 | + { |
| 18 | + "name": "x-api-key", |
| 19 | + "description": "HasData API key, created at app.hasdata.com. The free trial needs no card.", |
| 20 | + "isRequired": true, |
| 21 | + "isSecret": true |
| 22 | + } |
15 | 23 | ] |
16 | 24 | } |
17 | 25 | ], |
|
20 | 28 | "registryType": "npm", |
21 | 29 | "identifier": "@hasdata/google-flights-mcp", |
22 | 30 | "version": "1.0.0", |
23 | | - "transport": { "type": "stdio" }, |
| 31 | + "transport": { |
| 32 | + "type": "stdio" |
| 33 | + }, |
24 | 34 | "environmentVariables": [ |
25 | | - { "name": "HASDATA_API_KEY", "description": "HasData API key, created at app.hasdata.com. The free trial needs no card.", "isRequired": true, "isSecret": true } |
26 | | - ] |
27 | | - }, |
28 | | - { |
29 | | - "registryType": "pypi", |
30 | | - "identifier": "hasdata-google-flights-mcp", |
31 | | - "version": "1.0.0", |
32 | | - "runtimeHint": "uvx", |
33 | | - "transport": { "type": "stdio" }, |
34 | | - "environmentVariables": [ |
35 | | - { "name": "HASDATA_API_KEY", "description": "HasData API key, created at app.hasdata.com. The free trial needs no card.", "isRequired": true, "isSecret": true } |
| 35 | + { |
| 36 | + "name": "HASDATA_API_KEY", |
| 37 | + "description": "HasData API key, created at app.hasdata.com. The free trial needs no card.", |
| 38 | + "isRequired": true, |
| 39 | + "isSecret": true |
| 40 | + } |
36 | 41 | ] |
37 | 42 | } |
38 | 43 | ] |
|
0 commit comments