Skip to main content
Glama

Claude Skills MCP Server

by K-Dense-AI
test.yml832 B
name: Tests on: pull_request: branches: [main] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up uv uses: astral-sh/setup-uv@v6 with: python-version: "3.12" - name: Install dependencies run: uv sync --extra test - name: Run unit tests run: uv run pytest tests/ -v -m "not integration" --cov=src/claude_skills_mcp --cov-report=term-missing - name: Run integration tests run: uv run pytest tests/ -v -m "integration" - name: Check code formatting (optional) run: | # Install ruff if you want to add linting # uv pip install ruff # uv run ruff check src/ continue-on-error: true

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/K-Dense-AI/claude-skills-mcp'

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