@digital-science-dsl/dimensions-analytics-mcp 1.4.1 → 1.4.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.
- package/CHANGELOG.md +8 -0
- package/package.json +11 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2](https://github.com/digital-science/dimensions-analytics-mcp/pull/2) [`c2e163a`](https://github.com/digital-science/dimensions-analytics-mcp/commit/c2e163ad5c7644bfa5349367c56a707c2af525bd) Thanks [@akovari](https://github.com/akovari)! - Add the `mcpName` ownership marker and npm keywords so the package can back a record in the official MCP Registry under `ai.dimensions/analytics-mcp`.
|
|
8
|
+
|
|
9
|
+
- [#2](https://github.com/digital-science/dimensions-analytics-mcp/pull/2) [`c2e163a`](https://github.com/digital-science/dimensions-analytics-mcp/commit/c2e163ad5c7644bfa5349367c56a707c2af525bd) Thanks [@akovari](https://github.com/akovari)! - Replace non-null assertions with typed public/internal client config, and bump `@types/node` to 24 and `fast-check` to 4.9.
|
|
10
|
+
|
|
3
11
|
## 1.4.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digital-science-dsl/dimensions-analytics-mcp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
|
+
"mcpName": "ai.dimensions/analytics-mcp",
|
|
4
5
|
"description": "Dimensions Analytics MCP server for Dimensions DSL querying",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"mcp",
|
|
8
|
+
"dimensions",
|
|
9
|
+
"research",
|
|
10
|
+
"publications",
|
|
11
|
+
"grants",
|
|
12
|
+
"bibliometrics",
|
|
13
|
+
"scholarly"
|
|
14
|
+
],
|
|
5
15
|
"type": "module",
|
|
6
16
|
"main": "./dist/index.js",
|
|
7
17
|
"types": "./dist/index.d.ts",
|