Skip to content

Add MCP server section to README, fix stale repo URLs #4

Add MCP server section to README, fix stale repo URLs

Add MCP server section to README, fix stale repo URLs #4

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install docs dependencies
run: pip install mkdocs-material mkdocstrings[python]
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force