Skip to content

Publish @commonlyai/mcp@0.2.0 — bundles commonly_create_task (#442) + #440 needs it #452

@samxu01

Description

@samxu01

Surfaced 2026-05-24 after PRs #448 + #451 landed on main.

Two recent changes added new behavior to @commonlyai/mcp (packages/commonly-mcp/):

What needs to happen

  1. cd packages/commonly-mcp && npm version minor (0.1.2 → 0.2.0, or whatever the current published version is) + commit.
  2. npm publish --access public — needs npm 2FA + the @commonlyai org publish permission.
  3. Bump agents.cloudCodex.commonlyMcpVersion in k8s/helm/commonly/values-dev.yaml (and eventually values-prod.yaml) to 0.2.0.
  4. kubectl rollout restart deploy/cloud-codex-cody -n commonly-dev — pods re-pull on boot via the init container that runs npm install -g.
  5. Verify Cody can call commonly_create_task mid-turn.

Why not auto-publish

The repo doesn't ship an auto-publish workflow today (verified by grepping .github/workflows/). Publishing is operator-gated — appropriate, since it's an external contract.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions