You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-27Lines changed: 53 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@
3
3
Model Context Protocol (MCP) server for Hostinger API.
4
4
5
5
## Prerequisites
6
-
- Node.js version 20 or higher
6
+
- Node.js version 24 or higher
7
7
8
8
If you don't have Node.js installed, you can download it from the [official website](https://nodejs.org/en/download/).
9
9
Alternatively, you can use a package manager like [Homebrew](https://brew.sh/) (for macOS) or [Chocolatey](https://chocolatey.org/) (for Windows) to install Node.js.
10
10
11
11
We recommend using [NVM (Node Version Manager)](https://github.com/nvm-sh/nvm) to install and manage installed Node.js versions.
12
12
After installing NVM, you can install Node.js with the following command:
--stdio Use Server-Sent Events transport (default)
98
+
--host {host} Hostname or IP address to listen on (default: 127.0.0.1)
99
+
--port {port} Port to bind to (default: 8100)
100
+
--help Show help message
86
101
```
87
102
88
103
### Using as an MCP Tool Provider
89
104
90
-
This server implements the Model Context Protocol (MCP) and can be used with any MCP-compatible consumer, like Claude.js client or other MCP consumers.
105
+
This server implements the Model Context Protocol (MCP) and can be used with any MCP-compatible consumer.
91
106
92
-
Example of connecting to this server from a Claude.js client:
107
+
Example of connecting to this server using HTTP streaming transport:
0 commit comments