Skip to content

fix(mcp): treat "default" budgetId as configured default #60

fix(mcp): treat "default" budgetId as configured default

fix(mcp): treat "default" budgetId as configured default #60

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun run typecheck
- run: bun run lint
- run: bun test
- run: bun run build