Skip to main content
Glama

Couchbase MCP Server

lint.sh573 B
#!/bin/bash # Development linting script set -e echo "🔍 Running Ruff linting..." 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 # Run linting echo "📋 Checking code style and errors..." ruff check src/ --diff echo "" echo "🎨 Checking code formatting..." ruff format src/ --diff --check echo "" echo "✅ Linting complete!" echo "" echo "To auto-fix issues, run:" echo " ruff check src/ --fix" echo " ruff format src/"

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