Skip to main content
Glama

Laravel 12 Docs MCP Server

by brianirish
pytest.ini886 B
[tool:pytest] minversion = 6.0 addopts = -ra --strict-markers --strict-config --cov=laravel_mcp_companion --cov=docs_updater --cov=shutdown_handler --cov-report=term-missing --cov-report=html:htmlcov --cov-report=xml:coverage.xml --cov-fail-under=85 testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests unit: marks tests as unit tests network: marks tests that require network access external: marks tests that interact with external services filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(name)s: %(message)s log_cli_date_format = %Y-%m-%d %H:%M:%S

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/brianirish/laravel-docs-mcp'

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