Skip to content

Commit 27211ce

Browse files
authored
Update mcpd version mentioned in Dockerfile and docs (#146)
1 parent b78d453 commit 27211ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ CMD mcpd daemon \
7474
# -v $PWD/.mcpd.toml:/etc/mcpd/.mcpd.toml \
7575
# -v $HOME/.config/mcpd/secrets.dev.toml:/home/mcpd/.config/mcpd/secrets.prd.toml \
7676
# -e MCPD_LOG_LEVEL=debug \
77-
# mzdotai/mcpd:v0.0.4
77+
# mzdotai/mcpd:v0.0.5

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ git clone git@github.com:mozilla-ai/mcpd.git
6666
cd mcpd
6767
# Checkout a specific tag (or build latest main)
6868
git fetch --tags
69-
git checkout v0.0.4
69+
git checkout v0.0.5
7070
# Use Makefile commands to build and install mcpd
7171
make build
7272
sudo make install # Installs mcpd 'globally' to /usr/local/bin
@@ -97,5 +97,5 @@ docker run -p 8090:8090 \
9797
-v $PWD/.mcpd.toml:/etc/mcpd/.mcpd.toml \
9898
-v $HOME/.config/mcpd/secrets.dev.toml:/home/mcpd/.config/mcpd/secrets.prd.toml \
9999
-e MCPD_LOG_LEVEL=debug \
100-
mzdotai/mcpd:v0.0.4
100+
mzdotai/mcpd:v0.0.5
101101
```

0 commit comments

Comments
 (0)