Skip to main content
Glama
conftest.py612 B
import os def pytest_ignore_collect(path): # Ignored files, most of them are raising a chart studio error ignored_paths = [ "exploding_module.py", "chunked_requests.py", "v2.py", "v1.py", "presentation_objs.py", "widgets.py", "dashboard_objs.py", "grid_objs.py", "config.py", "presentation_objs.py", "session.py", ] if ( os.path.basename(str(path)) in ignored_paths or "plotly/plotly/plotly/__init__.py" in str(path) or "plotly/api/utils.py" in str(path) ): return True

Latest Blog Posts

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/Lillard01/chatExcel-mcp'

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