Skip to main content
Glama
lint_fix.sh533 B
#!/bin/bash # Auto-fix linting issues script set -e echo "🔧 Auto-fixing code issues..." echo "================================" # Check if ruff is available if ! command -v ruff &> /dev/null; then echo "❌ Ruff not found. Install with: uv add --dev ruff" exit 1 fi # Auto-fix linting issues echo "📋 Fixing linting issues..." ruff check src/ --fix echo "" echo "🎨 Formatting code..." ruff format src/ echo "" echo "✅ Auto-fix complete!" echo "" echo "Review the changes and commit if everything looks good."

Latest Blog Posts

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/Couchbase-Ecosystem/mcp-server-couchbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server