Files
own_assist/generate_licenses.sh
T
milan 78ba2b7b3d update licenses
specify in mcp server that rfc 3339 must be used
2026-06-09 19:08:57 +02:00

11 lines
379 B
Bash
Executable File

#!/bin/bash
echo "cli:"
cd cli && cargo about generate -o licenses.html about.hbs && cd ..
echo "common:"
cd common && cargo about generate -o licenses.html about.hbs && cd ..
echo "mcp_server_collection:"
cd mcp_server_collection && cargo about generate -o licenses.html about.hbs && cd ..
echo "own_mcp:"
cd own_mcp && cargo about generate -o licenses.html about.hbs && cd ..