Skip to main content
Glama

Schwab Model Context Protocol Server

by jkoelker
ci.yml677 B
--- name: CI "on": push: branches: - main pull_request: jobs: lint-and-test: runs-on: ubuntu-latest strategy: matrix: python-version: - 3.10 - 3.11 - 3.12 steps: - name: Checkout uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v3 with: python-version: ${{ matrix.python-version }} - name: Sync dependencies run: uv sync --group dev --group ta - name: Lint (ruff) run: uv run ruff check . - name: Type check (pyright) run: uv run pyright - name: Run tests run: uv run pytest

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/jkoelker/schwab-mcp'

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