Skip to main content
Glama

Juhe Exchange Rates MCP Server

by juhemcp
shared.yml1.13 kB
name: Shared Checks on: workflow_call: jobs: format: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v3 with: enable-cache: true - name: "Set up Python" uses: actions/setup-python@v5 with: python-version-file: ".python-version" - name: Install the project run: uv sync --frozen --all-extras --dev - name: Install ruff run: uv pip install ruff - name: Run ruff format check run: uv run --frozen ruff check . typecheck: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v3 with: enable-cache: true - name: "Set up Python" uses: actions/setup-python@v5 with: python-version-file: ".python-version" - name: Install the project run: uv sync --frozen --all-extras --dev - name: Install pyright run: uv pip install pyright - name: Run pyright run: uv run --frozen pyright

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/juhemcp/jexchange-mcp-server'

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