Skip to content

Commit d80fe5b

Browse files
author
sergey-ermakovich
committed
Add the PyPI package to server.json
The launcher is now published as hasdata-booking-mcp, so registry clients can pick uvx instead of npx. Server version goes to 1.0.2 because registry versions are immutable.
1 parent e9b88c6 commit d80fe5b

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

server.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "com.hasdata/booking",
44
"title": "HasData Booking.com",
55
"description": "Booking.com stays by destination and dates, and full property details, as structured JSON.",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"websiteUrl": "https://hasdata.com/apis/booking-api",
88
"repository": {
99
"url": "https://github.com/HasData/booking-mcp",
@@ -39,6 +39,23 @@
3939
"isSecret": true
4040
}
4141
]
42+
},
43+
{
44+
"registryType": "pypi",
45+
"identifier": "hasdata-booking-mcp",
46+
"version": "1.0.1",
47+
"runtimeHint": "uvx",
48+
"transport": {
49+
"type": "stdio"
50+
},
51+
"environmentVariables": [
52+
{
53+
"name": "HASDATA_API_KEY",
54+
"description": "HasData API key, created at app.hasdata.com. The free trial needs no card.",
55+
"isRequired": true,
56+
"isSecret": true
57+
}
58+
]
4259
}
4360
]
4461
}

0 commit comments

Comments
 (0)