Skip to content

v0.3.0 — MCPB manifest fix, v2 API corrections, security patches

Latest

Choose a tag to compare

@Enreign Enreign released this 15 Apr 18:30
· 6 commits to main since this release

Highlights

Fixes

  • Fixed Claude Desktop / MCPB install (#10) — manifest.json now follows the official MCPB 0.1 schema, so `.mcpb` files no longer fail with "Invalid manifest: Invalid input". If you hit that error on v0.2.1, redownload the `.mcpb` from this release.
  • Fixed note creation silently dropping linking params (#22) — notes now actually link to customers, companies, features, tags, and source metadata. Customer lookup by email with company auto-create; markdown content converts to HTML so formatting renders in Productboard.
  • Fixed note list filters (#21) — replaced silently-ignored params with the real v2 `/notes` params: `processed`, `archived`, `owner[email]`, `creator[email]`, `source[recordId]`, `createdFrom`/`createdTo`, `updatedFrom`/`updatedTo`. Removed 150-char content truncation.
  • Fixed feature list filters (#20) — replaced unsupported params with the real v2 `/entities` params: `status[name]`, `status[id]`, `owner[email]`, `owner[id]`, `parent[id]`, `archived`.
  • Fixed pagination (#19) — list tools now follow `links.next` and return complete datasets. Before this they returned only the first page (50–100 items) with no indication there were more.

Security

All open Dependabot alerts closed: axios 1.15.0, hono 4.12.12, path-to-regexp 8.4.2, picomatch 2.3.2, @hono/node-server 1.19.14, follow-redirects 1.16.0.

Install

Download `productboard-mcp-v0.3.0.mcpb` below and drag it into Claude Desktop (Developer → Extensions → Install), or double-click in any compatible MCP client. Then set your `PRODUCTBOARD_API_TOKEN` in the extension settings.