Skip to content

Commit 0c0baf2

Browse files
committed
feat: VPS-4353 added streamable-http transport protocol (#2)
1 parent 47c8c1e commit 0c0baf2

File tree

7 files changed

+869
-481
lines changed

7 files changed

+869
-481
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following environment variables can be configured when running the server:
6666
"command": "hostinger-api-mcp",
6767
"env": {
6868
"DEBUG": "false",
69-
"APITOKEN": "YOUR API TOKEN"
69+
"API_TOKEN": "YOUR API TOKEN"
7070
}
7171
}
7272
}
@@ -862,18 +862,6 @@ This endpoint retrieves a list of public keys attached to a specified virtual ma
862862
- `virtualMachineId`: Virtual Machine ID (required)
863863
- `page`: Page number
864864

865-
### VPS_deleteBackupV1
866-
867-
This endpoint deletes a specified backup for a virtual machine.
868-
869-
- **Method**: `DELETE`
870-
- **Path**: `/api/vps/v1/virtual-machines/{virtualMachineId}/backups/{backupId}`
871-
872-
**Parameters**:
873-
874-
- `virtualMachineId`: Virtual Machine ID (required)
875-
- `backupId`: Backup ID (required)
876-
877865
### VPS_getBackupListV1
878866

879867
This endpoint retrieves a list of backups for a specified virtual machine.
@@ -1038,6 +1026,7 @@ Be aware, that improper nameserver configuration can lead to the virtual machine
10381026
- `virtualMachineId`: Virtual Machine ID (required)
10391027
- `ns1`: ns1 parameter (required)
10401028
- `ns2`: ns2 parameter
1029+
- `ns3`: ns3 parameter
10411030

10421031
### VPS_createPTRRecordV1
10431032

0 commit comments

Comments
 (0)