We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atom2ueki/mcp-server-synology'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•477 B
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
-s
--tb=short
--strict-markers
--disable-warnings
markers =
real_nas: tests that require real Synology NAS connection
destructive: tests that modify NAS state (create/delete downloads)
slow: tests that may take several seconds to complete
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning