Skip to content

Commit 786555c

Browse files
authored
docs: update Go version requirement to 1.25.6 (#242)
* docs: update Go version requirement to 1.25.6 * docs: remove trailing whitespace
1 parent 0085569 commit 786555c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Plugin SDKs are built using the [mcpd plugin Protocol Buffers specification](htt
135135
## 💻 Development
136136

137137
If you are developing `mcpd`, you will need:
138-
- [**Go**](https://go.dev/doc/install) (v1.25.1+ recommended)
138+
- [**Go**](https://go.dev/doc/install) (v1.25.6+ recommended)
139139

140140
Build local code:
141141
```bash

docs/requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
To use `mcpd`, ensure the following tools are installed:
44

5-
| Tool | Purpose | URL |
6-
|----------------|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
7-
| `Docker` | For running MCP servers as Docker containers | [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/) |
8-
| `Go >= 1.25.1` | Required for building `mcpd` and running tests | [https://go.dev/doc/install](https://go.dev/doc/install) |
5+
| Tool | Purpose | URL |
6+
|----------------|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
7+
| `Docker` | For running MCP servers as Docker containers | [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/) |
8+
| `Go >= 1.25.6` | Required for building `mcpd` and running tests | [https://go.dev/doc/install](https://go.dev/doc/install) |
99
| `uv` | For running `uvx` Python packages in `mcpd`, and local docs | [https://docs.astral.sh/uv/getting-started/installation/](https://docs.astral.sh/uv/getting-started/installation/) |
1010
| `npx` | For running JavaScript/TypeScript packages in `mcpd` | [https://docs.npmjs.com/downloading-and-installing-node-js-and-npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) |
1111

0 commit comments

Comments
 (0)