#!/bin/bash
# Script to fix ruff formatting issues
# Run from the project root directory
echo "Fixing ruff formatting issues..."
uv run ruff format .
# Check if the format command was successful
if [ $? -eq 0 ]; then
echo "✓ Ruff formatting completed successfully"
else
echo "✗ Ruff formatting failed"
exit 1
fi
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/idoyudha/mcp-keycloak'
If you have feedback or need assistance with the MCP directory API, please join our Discord server