We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/harche/ProDisco'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-commit•250 B
set -e
npm run codegen
if ! git diff --quiet --ignore-submodules --; then
echo "Detected unstaged changes after running codegen. Run 'npm run codegen' and commit the outputs."
git status --short
exit 1
fi
npm run lint
npm run build
npm test