Releases: PCMStack/mcp
Releases · PCMStack/mcp
Release list
v0.3.0
What's Changed
- docs: fix broken Available Tools table in README by @mpicciolli in #10
- docs: overhaul README with badges, features and how-it-works sections by @mpicciolli in #11
- test: add fixture-based tests and snapshots for MCP tools by @mpicciolli in #12
- refactor: enforce read-only queries via SQLite PRAGMA instead of regex by @mpicciolli in #13
- feat: add pcm_update_save tool for writing changes to a new .cdb file by @mpicciolli in #15
- chore: enable MCP server dev plugin for Claude Code by @mpicciolli in #17
- fix: manifest no longer claims the server is strictly read-only by @mpicciolli in #18
- fix: correct tool names in error messages and rename pcm_select_save to pcm_validate_save by @mpicciolli in #21
- fix: unify country field to human-readable name across cyclist tools by @mpicciolli in #20
- feat: add pcm_update_cyclist_ratings tool by @mpicciolli in #16
- fix: use full pcm_validate_save tool name in error messages by @mpicciolli in #22
- feat: flag truncated results in pcm_search_cyclist and pcm_search_team by @mpicciolli in #19
- chore: Add dependabot configuration file by @mpicciolli in #24
- feat: add support for Node.js version 26.x in CI workflows by @mpicciolli in #25
- chore(ci): bump actions/checkout from 4 to 7.0.0 by @dependabot[bot] in #26
- chore(ci): bump actions/setup-node from 4 to 7 by @dependabot[bot] in #27
- chore(deps)(deps): bump the npm-minor-patch group with 6 updates by @dependabot[bot] in #28
- chore: add husky git hooks and update lint-staged config by @mpicciolli in #32
- chore(deps)(deps): bump the npm-minor-patch group with 2 updates by @dependabot[bot] in #34
- chore(deps)(deps): bump fast-uri from 3.1.2 to 3.1.4 by @dependabot[bot] in #33
- chore(deps)(deps): bump the npm-minor-patch group with 2 updates by @dependabot[bot] in #36
- fix(ratings): lower minimum cyclist rating to 50 by @mpicciolli in #41
- chore(deps)(deps): bump fast-uri from 3.1.4 to 3.1.5 by @dependabot[bot] in #40
- chore(deps)(deps): bump hono from 4.12.27 to 4.13.0 by @dependabot[bot] in #39
- chore(deps)(deps): bump ip-address from 10.2.0 to 10.4.0 by @dependabot[bot] in #38
- chore(dev-deps)(deps-dev): bump postcss from 8.5.21 to 8.5.26 by @dependabot[bot] in #42
New Contributors
- @dependabot[bot] made their first contribution in #26
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: add pcm_search_team tool by @mpicciolli in #6
- feat: add pcm_get_team_roster tool by @mpicciolli in #7
- feat: add pcm_generate_startlist_xml tool by @mpicciolli in #8
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: initial PCM MCP server by @mpicciolli in #1
- feat: MCP server packaging and CI/CD setup by @mpicciolli in #2
- feat: add pcm_search_cyclist tool by @mpicciolli in #3
Full Changelog: https://github.com/mpicciolli/pcm-mcp/commits/v0.1.0