#!/bin/bash
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate
# Set PYTHONPATH
export PYTHONPATH="$PWD/src:$PYTHONPATH"
# Install package in development mode with test dependencies
pip install -e ".[test]"
# Run tests with pytest
pytest src/cortellis_mcp/tests/ -v
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/uh-joan/mcp-cortellis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server