@canveo/mcp 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1 - 2026-08-31
3
+ ## 0.1.2 - 2026-08-31
4
4
 
5
- - First installable release. Publish from GitHub Actions with Node 24 / npm 11 (OIDC trusted publishing, with token fallback).
5
+ - Switch GitHub publish to Node 24 / npm 11 with OIDC trusted publishing (`id-token: write`). A 2FA-bypass granular token cannot complete a public publish (registry PUT 404 / ghost versions).
6
6
  - Fix `bin` paths so npm no longer rewrites them at publish time.
7
7
 
8
8
  ## 0.1.0 - 2026-08-31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canveo/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Canveo Model Context Protocol server for contract review, creation, sending, and signing. Works with any MCP client (Cursor, Claude Desktop, VS Code, and others).",
5
5
  "type": "module",
6
6
  "license": "MIT",