#!/bin/bash
# Run test suite
echo "Running FusionMCP Test Suite..."
# Run pytest with coverage
pytest tests/ -v --tb=short
# Run linting (optional)
# ruff check mcp_server/
# black --check mcp_server/
echo "Tests complete!"
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/jaskirat1616/fusion360-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server