Skip to content

Commit e8a648e

Browse files
author
sergey-ermakovich
committed
Publish registry entry with the npm package; PyPI follows
1 parent 93e64e5 commit e8a648e

1 file changed

Lines changed: 19 additions & 14 deletions

File tree

server.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@
55
"description": "Google Flights itineraries with fares, legs, carbon emissions and price history, as JSON.",
66
"version": "1.0.0",
77
"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+
},
912
"remotes": [
1013
{
1114
"type": "streamable-http",
1215
"url": "https://mcp.hasdata.com/api/mcp?apis=google_travel_flights",
1316
"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+
}
1523
]
1624
}
1725
],
@@ -20,19 +28,16 @@
2028
"registryType": "npm",
2129
"identifier": "@hasdata/google-flights-mcp",
2230
"version": "1.0.0",
23-
"transport": { "type": "stdio" },
31+
"transport": {
32+
"type": "stdio"
33+
},
2434
"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+
}
3641
]
3742
}
3843
]

0 commit comments

Comments
 (0)