We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lexmata/bitbucket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pre-push•245 B
# Run type checking before push
echo "Running type check..."
pnpm run typecheck
# Run linting before push
echo "Running lint..."
pnpm run lint
# Run build to ensure it compiles
echo "Running build..."
pnpm run build
echo "All checks passed!"