diff options
| author | sigoden <sigoden@gmail.com> | 2025-03-28 08:18:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 08:18:37 +0800 |
| commit | 358a539b550f3824b9aae604500081e6595882ef (patch) | |
| tree | 3776886f169a3b32c50fb0eb7944f59d562ca16c | |
| parent | 5cd7e71a13b64661bff32a4f0166dcfdef07993d (diff) | |
| download | llm-functions-docker-358a539b550f3824b9aae604500081e6595882ef.tar.gz | |
fix: mcp.sh build-bin (#181)
| -rwxr-xr-x | scripts/mcp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mcp.sh b/scripts/mcp.sh index 6e55ca8..eb016b3 100755 --- a/scripts/mcp.sh +++ b/scripts/mcp.sh @@ -89,6 +89,7 @@ logs() { # @cmd Build tools to bin build-bin() { + mkdir -p "$BIN_DIR" tools=( $(generate-declarations | jq -r '.[].name') ) for tool in "${tools[@]}"; do if _is_win; then |
