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
* Now we don't need a 'docs fix'
* Docs: fix requirements table
* Update user facing messages to rename packages -> servers
* Remove default 'latest' from add cmd
* Short circuit checks in MCPM if version supplied
* Fixes need for docs update.
* Update references to v0.0.3 in preparation for v0.0.4
* Fix tests
|`Docker`| Required if you want to run `mcpd` in a local container |[https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/)|
8
+
|`Go >= 1.24.4`| Required for building `mcpd` and running tests |[https://go.dev/doc/install](https://go.dev/doc/install)|
9
+
|`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/)|
10
+
|`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)|
11
11
12
12
!!! note "Internet Connectivity"
13
13
`mcpd` requires internet access to contact package registries and to allow MCP servers access to the internet if required when running.
0 commit comments