Skip to main content
Glama

Alfresco MCP Server

by stevereiner
pytest.iniโ€ข1.39 kB
[tool:pytest] # Pytest configuration for Alfresco MCP Server minversion = 6.0 testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Add options addopts = --strict-markers --strict-config --verbose --tb=short --cov=alfresco_mcp_server --cov-report=html:htmlcov --cov-report=term-missing --cov-report=xml --cov-branch --cov-fail-under=85 # Test markers markers = unit: marks tests as unit tests (fast, mocked dependencies) integration: marks tests as integration tests (requires live Alfresco) slow: marks tests as slow running performance: marks tests as performance benchmarks # Async test configuration asyncio_mode = auto # Filter warnings filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning ignore::pytest.PytestUnraisableExceptionWarning # Coverage configuration [tool:coverage:run] source = alfresco_mcp_server omit = tests/* venv/* */site-packages/* */test_* setup.py [tool:coverage:report] exclude_lines = pragma: no cover def __repr__ if self.debug: if settings.DEBUG raise AssertionError raise NotImplementedError if 0: if __name__ == .__main__.: class .*\bProtocol\): @(abc\.)?abstractmethod [tool:coverage:html] directory = htmlcov [tool:coverage:xml] output = coverage.xml

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/stevereiner/python-alfresco-mcp-server'

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