@digital-science-dsl/dimensions-analytics-mcp 1.0.2 → 1.0.3

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 +4 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Changelog
2
2
 
3
- ## 1.0.2
3
+ ## 1.0.3
4
4
 
5
- - Consolidate docs into INSTALLATION, USAGE, and REFERENCE (drop CONFIGURATION.md and IDENTIFIERS.md)
6
- - Trim package README; tool list in USAGE; hosted coming-soon banner only in root README
5
+ - README intro, prerequisites, and API key link to account settings
6
+ - Move hosted coming-soon notice to INSTALLATION
7
+ - REFERENCE note for troubleshooting; clearer field aliases description
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-science-dsl/dimensions-analytics-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Dimensions Analytics MCP server for Dimensions DSL querying",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",