Skip to content

Commit 875d517

Browse files
chore: Bump server version (#8)
1 parent 6d16cd4 commit 875d517

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
publish-mcp:
7878
runs-on: ubuntu-latest
79-
needs: [ release-github ]
79+
needs: [ publish-npmjs ]
8080
permissions:
8181
id-token: write
8282
contents: read

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostinger-api-mcp",
3-
"version": "0.1.15",
3+
"version": "0.1.17",
44
"description": "MCP server for Hostinger API",
55
"repository": {
66
"type": "git",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/hostinger/api-mcp-server",
88
"source": "github"
99
},
10-
"version": "0.1.15",
10+
"version": "0.1.17",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "hostinger-api-mcp",
15-
"version": "0.1.15",
15+
"version": "0.1.17",
1616
"transport": {
1717
"type": "stdio"
1818
},

server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ class MCPServer {
34113411
this.server = new Server(
34123412
{
34133413
name: "hostinger-api-mcp",
3414-
version: "0.1.15",
3414+
version: "0.1.17",
34153415
},
34163416
{
34173417
capabilities: {
@@ -3436,7 +3436,7 @@ class MCPServer {
34363436
});
34373437
}
34383438

3439-
headers['User-Agent'] = 'hostinger-mcp-server/0.1.15';
3439+
headers['User-Agent'] = 'hostinger-mcp-server/0.1.17';
34403440

34413441
return headers;
34423442
}

0 commit comments

Comments
 (0)