Skip to main content
Glama

Telegram MCP Server

by chigwell
name: Python Lint & Format Check on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: jobs: lint-and-format: name: Check Linting & Formatting runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.11' cache: 'pip' - name: Install dependencies run: | python -m pip install --upgrade pip pip install black flake8 - name: Lint with Flake8 run: | flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics - name: Check formatting with Black run: | black --check .

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/chigwell/telegram-mcp'

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