@rushstack/mcp-server 0.3.0 → 0.3.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.json CHANGED
@@ -1,6 +1,48 @@
1
1
  {
2
2
  "name": "@rushstack/mcp-server",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.2",
6
+ "tag": "@rushstack/mcp-server_v0.3.2",
7
+ "date": "Wed, 22 Oct 2025 00:57:54 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.17.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.2`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.2`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.2`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.3.1",
27
+ "tag": "@rushstack/mcp-server_v0.3.1",
28
+ "date": "Wed, 08 Oct 2025 00:13:29 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.17.0`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.1`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.1`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.1`"
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "version": "0.3.0",
6
48
  "tag": "@rushstack/mcp-server_v0.3.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/mcp-server
2
2
 
3
- This log was last generated on Fri, 03 Oct 2025 20:09:59 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Oct 2025 00:57:54 GMT and should not be manually modified.
4
+
5
+ ## 0.3.2
6
+ Wed, 22 Oct 2025 00:57:54 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.1
11
+ Wed, 08 Oct 2025 00:13:29 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.3.0
6
16
  Fri, 03 Oct 2025 20:09:59 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.15"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/utilities/common.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,eAAO,MAAM,oBAAoB,QAAa,OAAO,CAAC,iBAAiB,CAMtE,CAAC"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/utilities/common.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,eAAO,MAAM,oBAAoB,QAAa,OAAO,CAAC,iBAAiB,CAMtE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/utilities/common.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKpD,MAAM,oBAAoB,GAAG,KAAK,IAAgC,EAAE;IACzE,sFAAsF;IACtF,6DAA6D;IAC7D,MAAM,IAAI,GAAmB,wDAAa,qBAAqB,GAAC,CAAC;IACjE,MAAM,iBAAiB,GAAsB,IAAI,CAAC,iBAAiB,CAAC,uBAAuB,EAAE,CAAC;IAC9F,OAAO,iBAAiB,CAAC;AAC3B,CAAC,CAAC;AANW,QAAA,oBAAoB,wBAM/B","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nimport type * as RushLib from '@rushstack/rush-sdk';\nimport type { RushConfiguration } from '@rushstack/rush-sdk';\n\nexport const getRushConfiguration = async (): Promise<RushConfiguration> => {\n // Since the MCP server is not always started from the directory of the Rush monorepo,\n // it’s necessary to use dynamic import to load the Rush SDK.\n const Rush: typeof RushLib = await import('@rushstack/rush-sdk');\n const rushConfiguration: RushConfiguration = Rush.RushConfiguration.loadFromDefaultLocation();\n return rushConfiguration;\n};\n"]}
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/utilities/common.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIpD,MAAM,oBAAoB,GAAG,KAAK,IAAgC,EAAE;IACzE,sFAAsF;IACtF,6DAA6D;IAC7D,MAAM,IAAI,GAAyC,wDAAa,qBAAqB,GAAC,CAAC;IACvF,MAAM,iBAAiB,GAAsB,IAAI,CAAC,iBAAiB,CAAC,uBAAuB,EAAE,CAAC;IAC9F,OAAO,iBAAiB,CAAC;AAC3B,CAAC,CAAC;AANW,QAAA,oBAAoB,wBAM/B","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nimport type { RushConfiguration } from '@rushstack/rush-sdk';\n\nexport const getRushConfiguration = async (): Promise<RushConfiguration> => {\n // Since the MCP server is not always started from the directory of the Rush monorepo,\n // it’s necessary to use dynamic import to load the Rush SDK.\n const Rush: typeof import('@rushstack/rush-sdk') = await import('@rushstack/rush-sdk');\n const rushConfiguration: RushConfiguration = Rush.RushConfiguration.loadFromDefaultLocation();\n return rushConfiguration;\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/mcp-server",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A Model Context Protocol server implementation for Rush",
5
5
  "keywords": [
6
6
  "rush",
@@ -28,16 +28,16 @@
28
28
  "dependencies": {
29
29
  "@modelcontextprotocol/sdk": "~1.10.2",
30
30
  "zod": "~3.24.3",
31
- "@rushstack/node-core-library": "5.16.0",
32
- "@rushstack/terminal": "0.19.0",
33
- "@rushstack/rush-sdk": "5.160.0",
34
- "@rushstack/ts-command-line": "5.1.0"
31
+ "@rushstack/terminal": "0.19.2",
32
+ "@rushstack/rush-sdk": "5.162.0",
33
+ "@rushstack/node-core-library": "5.17.1",
34
+ "@rushstack/ts-command-line": "5.1.2"
35
35
  },
36
36
  "devDependencies": {
37
- "eslint": "~9.25.1",
37
+ "eslint": "~9.37.0",
38
38
  "typescript": "~5.8.2",
39
39
  "@types/node": "20.17.19",
40
- "@rushstack/heft": "1.1.0",
40
+ "@rushstack/heft": "1.1.2",
41
41
  "local-node-rig": "1.0.0"
42
42
  },
43
43
  "scripts": {