Skip to content

chore: bump version to 1.0.2#22

Merged
sethbang merged 1 commit into
mainfrom
chore/v1.0.2
May 30, 2026
Merged

chore: bump version to 1.0.2#22
sethbang merged 1 commit into
mainfrom
chore/v1.0.2

Conversation

@sethbang
Copy link
Copy Markdown
Owner

What

Version bump to 1.0.2 to release the tool-quality work from #21 (download_attachment annotation fix + complete tool-parameter descriptions).

Updates every version reference for consistency — including two that had drifted out of sync in prior releases:

File Before After
package.json 1.0.1 1.0.2
package-lock.json (top-level + root entry) 1.0.0 1.0.2
server.json (top-level + npm package entry) 1.0.1 1.0.2
src/index.ts McpServer({version}) 1.0.0 1.0.2

The lockfile and the McpServer version had never been bumped past 1.0.0, so the running server was advertising 1.0.0 over MCP regardless of the published npm version. This fixes that.

Verification

  • npm run build (built artifact reports version: "1.0.2"), npm run lint (0 errors), npm run format:check, and 366 tests all pass.

Release sequence (after merge)

  1. Tag v1.0.2 on main → triggers publish.yml (npm publish with provenance).
  2. Republish server.json to the MCP Registry (mcp-publisher publish).
  3. Create the GitHub release.

🤖 Generated with Claude Code

Release the download_attachment annotation fix and complete tool-parameter
descriptions (#21). Bumps every version reference for consistency, including
two that had drifted:

- package.json 1.0.1 -> 1.0.2
- package-lock.json (top-level + root package entry) 1.0.0 -> 1.0.2 (was
  never bumped for 1.0.1)
- server.json top-level + npm package entry 1.0.1 -> 1.0.2
- src/index.ts McpServer({version}) 1.0.0 -> 1.0.2 (the server had been
  reporting 1.0.0 over MCP regardless of the published version)

build, lint, format:check, and 366 tests pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sethbang sethbang merged commit ad9d628 into main May 30, 2026
1 check passed
@sethbang sethbang deleted the chore/v1.0.2 branch May 30, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant