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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ This is an unofficial implementation of a Model Context Protocol (MCP) server to
10
10
11
11
## Getting Started
12
12
13
-
Download the latest release from the [releases page](https://github.com/cyclimse/mcp_scaleway_functions/releases) or build it from source using Go.
13
+
Download the latest release from the [releases page](https://github.com/cyclimse/mcp-scaleway-functions/releases) or build it from source using Go.
14
14
15
15
Run the MCP server:
16
16
17
17
```bash
18
-
./mcp_scaleway_functions
18
+
./mcp-scaleway-functions
19
19
```
20
20
21
21
By default, the MCP server runs with the SSE transport on `http://localhost:8080`, but you can also change it to use Standard I/O (stdio) transport via the `--transport stdio` flag.
@@ -26,7 +26,7 @@ Then, configure your IDE to use the MCP server. Here's an example with VSCode an
26
26
// In .vscode/mcp.json
27
27
{
28
28
"servers": {
29
-
"mcp_scaleway_functions": {
29
+
"mcp-scaleway-functions": {
30
30
"url":"http://localhost:8080",
31
31
"type":"http",
32
32
}
@@ -43,7 +43,7 @@ You can use the standard [Scaleway environment variables](https://www.scaleway.c
43
43
For instance, you can set a region to work in via the `SCW_DEFAULT_REGION` environment variable.
0 commit comments