File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ CMD mcpd daemon \
74
74
# -v $PWD/.mcpd.toml:/etc/mcpd/.mcpd.toml \
75
75
# -v $HOME/.config/mcpd/secrets.dev.toml:/home/mcpd/.config/mcpd/secrets.prd.toml \
76
76
# -e MCPD_LOG_LEVEL=debug \
77
- # mzdotai/mcpd:v0.0.4
77
+ # mzdotai/mcpd:v0.0.5
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ git clone git@github.com:mozilla-ai/mcpd.git
66
66
cd mcpd
67
67
# Checkout a specific tag (or build latest main)
68
68
git fetch --tags
69
- git checkout v0.0.4
69
+ git checkout v0.0.5
70
70
# Use Makefile commands to build and install mcpd
71
71
make build
72
72
sudo make install # Installs mcpd 'globally' to /usr/local/bin
@@ -97,5 +97,5 @@ docker run -p 8090:8090 \
97
97
-v $PWD /.mcpd.toml:/etc/mcpd/.mcpd.toml \
98
98
-v $HOME /.config/mcpd/secrets.dev.toml:/home/mcpd/.config/mcpd/secrets.prd.toml \
99
99
-e MCPD_LOG_LEVEL=debug \
100
- mzdotai/mcpd:v0.0.4
100
+ mzdotai/mcpd:v0.0.5
101
101
```
You can’t perform that action at this time.
0 commit comments