Skip to main content
Glama

Cox's Bazar AI Itinerary MCP Server

pytest.ini1.13 kB
[pytest] # Pytest configuration for MCP server tests # Test discovery patterns python_files = test_*.py python_classes = Test* python_functions = test_* # Test paths testpaths = tests # Markers for organizing tests markers = unit: Unit tests that test individual components in isolation integration: Integration tests that test multiple components together slow: Tests that take a long time to run skip_ci: Tests to skip in CI environment # Coverage options (if using pytest-cov) addopts = --strict-markers --verbose --tb=short --maxfail=10 -ra # Asyncio configuration asyncio_mode = auto # Warnings configuration filterwarnings = error ignore::DeprecationWarning ignore::PendingDeprecationWarning # Minimum Python version minversion = 3.10 # Console output options console_output_style = progress # Log configuration log_cli = false log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S # Collect configuration norecursedirs = .git .tox dist build *.egg htmlcov __pycache__ .pytest_cache node_modules

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/code4mk/coxs-bazar-itinerary-mcp-server'

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