Skip to main content
Glama

Israeli Land Authority MCP Server

by barvhaim
pytest.ini1.01 kB
[tool:pytest] # Pytest configuration for Israeli Land Authority MCP Server tests # Test discovery testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Markers markers = e2e: End-to-end integration tests slow: Slow running tests (may take minutes) api: Tests that require API access mcp: Tests for MCP server functionality performance: Performance and load tests unit: Unit tests (fast, no external dependencies) # Output options addopts = -v --strict-markers --strict-config --tb=short --maxfail=5 --durations=10 # Timeout settings timeout = 300 timeout_method = thread # Logging log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)s] %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S # Filter warnings filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning ignore:.*requests.*urllib3.*:InsecureRequestWarning # Minimum Python version minversion = 6.0

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/barvhaim/remy-mcp'

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