coalesce-transform-mcp 0.7.0 → 0.7.1

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -829,7 +829,7 @@ Three layers prevent destructive surprises. See [docs/safety-model.md](docs/safe
829
829
 
830
830
  ### More configuration
831
831
 
832
- - [Prerelease channel](docs/prerelease.md) - point `npx` at `@alpha` for preview builds.
832
+ - [Prerelease channel](docs/prerelease.md) - point `npx` at `@preview` for preview builds.
833
833
  - [Diagnosing setup](docs/diagnosing-setup.md) - the `diagnose_setup` probe and `/coalesce-setup` MCP prompt.
834
834
 
835
835
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coalesce-transform-mcp",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "mcpName": "io.github.jessemarshall/coalesce-transform",
5
5
  "description": "MCP server for the Coalesce Transform API; run tools support Snowflake Key Pair and PAT auth",
6
6
  "main": "dist/index.js",