Skip to main content
Glama

mcp-timeplus

by timeplus-io
ci.yaml864 B
name: CI on: push: branches: - timeplus pull_request: jobs: test: runs-on: ubuntu-latest services: timeplus: image: d.timeplus.com/timeplus-io/proton:latest ports: - 8123:8123 steps: - name: Checkout repository uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v4 - name: Setup Python run: uv python install 3.13 - name: Install Project run: uv sync --all-extras --dev - name: Run tests env: TIMEPLUS_HOST: "localhost" TIMEPLUS_PORT: "8123" TIMEPLUS_USER: "default" TIMEPLUS_PASSWORD: "" TIMEPLUS_SECURE: "false" TIMEPLUS_VERIFY: "false" run: | uv run pytest tests - name: Lint with Ruff run: uv run ruff 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/timeplus-io/mcp-timeplus'

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