#!/usr/bin/env python
"""Test runner script for IDE integration"""
import subprocess
import sys
# Run pytest with the given arguments or default to all tests
args = sys.argv[1:] if len(sys.argv) > 1 else ["tests/", "-v"]
# Run pytest directly without the -m flag to avoid file descriptor issues
result = subprocess.run([sys.executable, "-m", "pytest"] + args)
# Exit with the same code as pytest
sys.exit(result.returncode)
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/lbds137/gemini-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server