hostinger-api-mcp 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "hostinger-api-mcp",
3
- "version": "0.1.21",
4
- "mcpName": "io.github.hostinger/hostinger-api-mcp",
3
+ "version": "0.1.22",
5
4
  "description": "MCP server for Hostinger API",
6
5
  "repository": {
7
6
  "type": "git",
package/server.js CHANGED
@@ -3404,7 +3404,7 @@ const SECURITY_SCHEMES = {
3404
3404
 
3405
3405
  /**
3406
3406
  * MCP Server for Hostinger API
3407
- * Generated from OpenAPI spec version 0.9.0
3407
+ * Generated from OpenAPI spec version 0.10.0
3408
3408
  */
3409
3409
  class MCPServer {
3410
3410
  constructor() {
@@ -3422,7 +3422,7 @@ class MCPServer {
3422
3422
  this.server = new Server(
3423
3423
  {
3424
3424
  name: "hostinger-api-mcp",
3425
- version: "0.1.21",
3425
+ version: "0.1.22",
3426
3426
  },
3427
3427
  {
3428
3428
  capabilities: {
@@ -3447,7 +3447,7 @@ class MCPServer {
3447
3447
  });
3448
3448
  }
3449
3449
 
3450
- headers['User-Agent'] = 'hostinger-mcp-server/0.1.21';
3450
+ headers['User-Agent'] = 'hostinger-mcp-server/0.1.22';
3451
3451
 
3452
3452
  return headers;
3453
3453
  }
package/server.ts CHANGED
@@ -3422,7 +3422,7 @@ const SECURITY_SCHEMES: Record<string, SecurityScheme> = {
3422
3422
 
3423
3423
  /**
3424
3424
  * MCP Server for Hostinger API
3425
- * Generated from OpenAPI spec version 0.9.0
3425
+ * Generated from OpenAPI spec version 0.10.0
3426
3426
  */
3427
3427
  class MCPServer {
3428
3428
  private server: Server;
@@ -3444,7 +3444,7 @@ class MCPServer {
3444
3444
  this.server = new Server(
3445
3445
  {
3446
3446
  name: "hostinger-api-mcp",
3447
- version: "0.1.21",
3447
+ version: "0.1.22",
3448
3448
  },
3449
3449
  {
3450
3450
  capabilities: {
@@ -3469,7 +3469,7 @@ class MCPServer {
3469
3469
  });
3470
3470
  }
3471
3471
 
3472
- headers['User-Agent'] = 'hostinger-mcp-server/0.1.21';
3472
+ headers['User-Agent'] = 'hostinger-mcp-server/0.1.22';
3473
3473
 
3474
3474
  return headers;
3475
3475
  }
package/server.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
- "name": "io.github.hostinger/hostinger-api-mcp",
4
- "description": "MCP server for Hostinger API",
5
- "repository": {
6
- "url": "https://github.com/hostinger/api-mcp-server",
7
- "source": "github"
8
- },
9
- "version": "0.1.21",
10
- "packages": [
11
- {
12
- "registryType": "npm",
13
- "identifier": "hostinger-api-mcp",
14
- "version": "0.1.21",
15
- "transport": {
16
- "type": "stdio"
17
- },
18
- "environmentVariables": [
19
- {
20
- "name": "API_TOKEN",
21
- "description": "Hostinger API token",
22
- "isRequired": true,
23
- "isSecret": true,
24
- "format": "string"
25
- }
26
- ]
27
- }
28
- ]
29
- }