Skip to main content
Glama

MedAdapt Content Server

by ryoureddy
name: Python Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install pytest pytest-cov if [ -f medadapt/content_server/requirements.txt ]; then pip install -r medadapt/content_server/requirements.txt; fi - name: Test with pytest run: | cd medadapt/content_server pytest --cov=./ --cov-report=xml - name: Integration tests run: | cd medadapt/content_server python test_server.py

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/ryoureddy/medadapt-content-server'

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