We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/detailobsessed/unblu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[pytest]
python_files =
test_*.py
addopts =
--cov
--cov-config config/coverage.ini
testpaths =
tests
asyncio_mode = auto
# action:message_regex:warning_class:module_regex:line
filterwarnings =
error
default::EncodingWarning
error::EncodingWarning:unblu_mcp
# TODO: remove once pytest-xdist 4 is released
ignore:.*rsyncdir:DeprecationWarning:xdist