We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/twardoch/brosh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/usr/bin/env bash
rm -rf dist/brosh*.*
uv build
python -m uzpy run -e src
fd -e py -x autoflake -i {}
fd -e py -x pyupgrade --py311-plus {}
fd -e py -x ruff check --output-format=github --fix --unsafe-fixes {}
fd -e py -x ruff format --respect-gitignore --target-version py311 {}
repomix -i varia,.specstory,AGENT.md,CLAUDE.md,PLAN.md,SPEC.md,llms.txt,.cursorrules -o llms.txt .
python -m pytest