@digital-science-dsl/dimensions-analytics-mcp 1.3.0 → 1.3.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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Document and prompt for `DIMENSIONS_BASE_URL` so custom-instance users (for example `nsf.dimensions.ai`) are not authenticated against `app.dimensions.ai` and fail with 401.
|
|
8
|
+
|
|
3
9
|
## 1.3.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
Dimensions Analytics MCP server for the Dimensions DSL.
|
|
4
4
|
|
|
5
|
-
**Documentation:** [github.com/digital-science/dimensions-analytics-mcp](https://github.com/digital-science/dimensions-analytics-mcp) — [Installation](https://github.com/digital-science/dimensions-analytics-mcp/blob/main/docs/INSTALLATION.md), [Usage](https://github.com/digital-science/dimensions-analytics-mcp/blob/main/docs/USAGE.md), [Reference](https://github.com/digital-science/dimensions-analytics-mcp/blob/main/docs/REFERENCE.md).
|
|
5
|
+
**Documentation:** [github.com/digital-science/dimensions-analytics-mcp](https://github.com/digital-science/dimensions-analytics-mcp) — [Installation](https://github.com/digital-science/dimensions-analytics-mcp/blob/main/docs/INSTALLATION.md), [Usage](https://github.com/digital-science/dimensions-analytics-mcp/blob/main/docs/USAGE.md), [Reference](https://github.com/digital-science/dimensions-analytics-mcp/blob/main/docs/REFERENCE.md). Custom Dimensions instances must set `DIMENSIONS_BASE_URL` (see Installation).
|