新增engram mcp
This commit is contained in:
+6
-4
@@ -2,11 +2,13 @@
|
||||
|
||||
sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
||||
apk add --no-cache npm uv
|
||||
cp /tmp/engram /usr/local/bin/ && echo 'install engram done.'
|
||||
|
||||
which node
|
||||
which npm
|
||||
which npx
|
||||
which uvx
|
||||
which node || exit 1
|
||||
which npm || exit 1
|
||||
which npx || exit 1
|
||||
which uvx || exit 1
|
||||
which engram || exit 1
|
||||
|
||||
catatonit -- mcp-proxy \
|
||||
--named-server-config /config.json \
|
||||
|
||||
Reference in New Issue
Block a user