Skip to content

Commit 6216c4c

Browse files
author
sergey-ermakovich
committed
Point server.json at the versions trusted publishing shipped
npm and PyPI now publish from the tag over OIDC, so the package versions the registry hands out have to follow. Server version is bumped because registry versions are immutable.
1 parent 9e1c42a commit 6216c4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

server.json

Lines changed: 3 additions & 3 deletions
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.2",
6+
"version": "1.0.3",
77
"websiteUrl": "https://hasdata.com/apis/booking-api",
88
"repository": {
99
"url": "https://github.com/HasData/booking-mcp",
@@ -27,7 +27,7 @@
2727
{
2828
"registryType": "npm",
2929
"identifier": "@hasdata/booking-mcp",
30-
"version": "1.0.1",
30+
"version": "1.0.3",
3131
"transport": {
3232
"type": "stdio"
3333
},
@@ -43,7 +43,7 @@
4343
{
4444
"registryType": "pypi",
4545
"identifier": "hasdata-booking-mcp",
46-
"version": "1.0.1",
46+
"version": "1.0.3",
4747
"runtimeHint": "uvx",
4848
"transport": {
4949
"type": "stdio"

0 commit comments

Comments
 (0)