Skip to content

feat: expose the full DeployGate public API as MCP tools (apps, projects, workspaces) #124

feat: expose the full DeployGate public API as MCP tools (apps, projects, workspaces)

feat: expose the full DeployGate public API as MCP tools (apps, projects, workspaces) #124

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm test