We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quellant/openscad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[run]
source = src/openscad_mcp
omit =
*/tests/*
*/__main__.py
*/test_*.py
*/.venv/*
*/venv/*
branch = True
parallel = True
concurrency = thread,multiprocessing
[report]
exclude_lines =
pragma: no cover
def __repr__
def __str__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
if TYPE_CHECKING:
@(abc\.)?abstractmethod
except ImportError:
pass
precision = 2
show_missing = True
skip_covered = False
[html]
directory = htmlcov
[xml]
output = coverage.xml