Skip to content

Releases: mozilla-ai/mcpd

v0.5.3

Choose a tag to compare

@peteski22 peteski22 released this 17 Aug 09:12
c5c3785

What's Changed

  • fix(api): preserve typeless output schemas in tool conversion by @peteski22 in #295

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@peteski22 peteski22 released this 15 Aug 17:18
9760640

What's Changed

  • fix(config): validate positional move options and roll back partial moves by @shoemoney in #278
  • refactor(registry): return default cache TTL by value by @danielgaskins in #296

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@peteski22 peteski22 released this 14 Aug 14:29
208f0d1

What's Changed

  • ci: gate goreleaser to semver v* releases, bump to Node 24, add Dependabot by @peteski22 in #289
  • chore(ci): bump the github-actions group with 5 updates by @dependabot[bot] in #292
  • chore(deps): bump node from 24.5.0-alpine3.22 to 26.3.0-alpine3.22 in the docker group by @dependabot[bot] in #291
  • docs: refine landing page — version badge format and mcpd logo by @peteski22 in #293
  • chore(deps): bump the go-minor-patch group with 6 updates by @dependabot[bot] in #290

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@peteski22 peteski22 released this 14 Aug 13:20
4b1c0fb

What's Changed

  • feat: make MCP tool request timeout configurable by @fudujiji in #262
  • chore: sync pull request template format by @peteski22 in #273
  • Add path helper functions to resolve url.URL issue with Windows paths by @checkinnuggets in #266
  • docs: update stale MCP spec references to 2025-11-25 by @shoemoney in #277
  • Bump google.golang.org/grpc from 1.79.3 to 1.82.1 by @dependabot[bot] in #274
  • chore(deps): bump mark3labs/mcp-go v0.55.1 -> v0.57.0 by @peteski22 in #283
  • docs: bump stale mcpd version pins to v0.4.0 by @peteski22 in #285
  • docs: document the plugin directory, Docker mounts, and architecture constraints by @shoemoney in #280
  • docs: add a Writing a Plugin guide by @shoemoney in #281
  • fix(cmd): accept bare seconds, reject negatives, and wire --timeout-mcp-shutdown for daemon timeouts by @shoemoney in #284
  • refactor(runtime): return valueArgTransformation by value by @shoemoney in #282
  • fix(api): stop dropping $defs and additionalProperties from tool schemas by @shoemoney in #279
  • docs: migrate documentation site from MkDocs/GitHub Pages to GitBook by @peteski22 in #288

New Contributors

Full Changelog: v0.4.0...v0.5.0

docs/v0.1.1

Choose a tag to compare

@peteski22 peteski22 released this 14 Aug 14:30
208f0d1

What's Changed

  • chore(ci): bump the github-actions group with 5 updates by @dependabot[bot] in #292
  • chore(deps): bump node from 24.5.0-alpine3.22 to 26.3.0-alpine3.22 in the docker group by @dependabot[bot] in #291
  • docs: refine landing page — version badge format and mcpd logo by @peteski22 in #293
  • chore(deps): bump the go-minor-patch group with 6 updates by @dependabot[bot] in #290

Full Changelog: docs/v0.1.0...docs/v0.1.1

docs/v0.1.0

Choose a tag to compare

@peteski22 peteski22 released this 14 Aug 13:42
b07c7b2

What's Changed

Docs moved from GitHub pages to Gitbook.

See: https://docs.mozilla.ai/mcpd

Full Changelog: v0.5.0...docs/v0.1.0

v0.4.0

Choose a tag to compare

@peteski22 peteski22 released this 03 Jul 07:57
bd0e2b5

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@peteski22 peteski22 released this 28 Jan 16:16
0b72aff

Features

  • Add time and fetch servers to mozilla-ai registry by @peteski22 in #239

Bug Fixes

  • fix: correct pluralization in server results footer by @peteski22 in #238
  • fix: upgrade Go to 1.25.6 for security fixes by @peteski22 in #237

Documentation

  • Updated README, architecture diagram by @angpt in #235
  • Add reference GitHub Actions deployment workflow by @peteski22 in #234

Breaking Changes ❗

  • fix: remove /v2 suffix from module path by @peteski22 in #236
    • Changed from github.com/mozilla-ai/mcpd/v2 to github.com/mozilla-ai/mcpd.
      If you import mcpd as a library, update your imports accordingly.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@peteski22 peteski22 released this 12 Jan 11:28
5a7c3d0

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@peteski22 peteski22 released this 06 Jan 10:12
8593ad6

🚀 Features

Plugin CLI Management Suite

A complete set of commands for managing plugin configuration:

API Improvements

  • Add field selection support for tools API to reduce token usage by @peteski22 in #225
    • New ?detail= query parameter with minimal, summary, and full options

🐛 Bug Fixes & Reliability

  • Fix plugin CLI commands failing when plugin binaries are missing by @peteski22 in #230
  • Improve plugin pipeline error handling with typed error responses by @peteski22 in #226

🔧 Development & Infrastructure

⚠️ Breaking Changes

  • Remove Windows support - Problematic Windows builds are no longer provided by @peteski22 in #221

New Contributors

Full Changelog: v0.1.0...v0.2.0