@rushstack/mcp-server 0.3.6 → 0.3.10
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 +69 -0
- package/CHANGELOG.md +21 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -22
- package/lib/index.js.map +1 -1
- package/lib/tools/index.d.ts +6 -6
- package/lib/tools/index.d.ts.map +1 -1
- package/lib/tools/index.js +13 -20
- package/lib/tools/index.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,75 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/mcp-server",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.3.10",
|
|
6
|
+
"tag": "@rushstack/mcp-server_v0.3.10",
|
|
7
|
+
"date": "Thu, 08 Jan 2026 01:12:30 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "0.3.9",
|
|
18
|
+
"tag": "@rushstack/mcp-server_v0.3.9",
|
|
19
|
+
"date": "Wed, 07 Jan 2026 01:12:25 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.21.0`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.7`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"version": "0.3.8",
|
|
36
|
+
"tag": "@rushstack/mcp-server_v0.3.8",
|
|
37
|
+
"date": "Mon, 05 Jan 2026 16:12:49 GMT",
|
|
38
|
+
"comments": {
|
|
39
|
+
"dependency": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.20.0`"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.6`"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"version": "0.3.7",
|
|
54
|
+
"tag": "@rushstack/mcp-server_v0.3.7",
|
|
55
|
+
"date": "Sat, 06 Dec 2025 01:12:28 GMT",
|
|
56
|
+
"comments": {
|
|
57
|
+
"dependency": [
|
|
58
|
+
{
|
|
59
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.1`"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.5`"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.5`"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.7`"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
4
73
|
{
|
|
5
74
|
"version": "0.3.6",
|
|
6
75
|
"tag": "@rushstack/mcp-server_v0.3.6",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# Change Log - @rushstack/mcp-server
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 08 Jan 2026 01:12:30 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.3.10
|
|
6
|
+
Thu, 08 Jan 2026 01:12:30 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.3.9
|
|
11
|
+
Wed, 07 Jan 2026 01:12:25 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 0.3.8
|
|
16
|
+
Mon, 05 Jan 2026 16:12:49 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 0.3.7
|
|
21
|
+
Sat, 06 Dec 2025 01:12:28 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
4
24
|
|
|
5
25
|
## 0.3.6
|
|
6
26
|
Fri, 21 Nov 2025 16:13:56 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* API for use by MCP plugins.
|
|
3
3
|
* @packageDocumentation
|
|
4
4
|
*/
|
|
5
|
-
export
|
|
6
|
-
export
|
|
5
|
+
export { type IRushMcpPlugin, type RushMcpPluginFactory } from './pluginFramework/IRushMcpPlugin';
|
|
6
|
+
export type { IRushMcpTool } from './pluginFramework/IRushMcpTool';
|
|
7
7
|
export { type IRegisterToolOptions, RushMcpPluginSession } from './pluginFramework/RushMcpPluginSession';
|
|
8
|
-
export
|
|
8
|
+
export { CallToolResultSchema, type CallToolResult, type zodModule } from './pluginFramework/zodTypes';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;GAGG;AAEH,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;GAGG;AAEH,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAClG,YAAY,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,KAAK,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AACzG,OAAO,EAAE,oBAAoB,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,4BAA4B,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
3
3
|
// See LICENSE in the project root for license information.
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.RushMcpPluginSession = void 0;
|
|
20
|
-
/**
|
|
21
|
-
* API for use by MCP plugins.
|
|
22
|
-
* @packageDocumentation
|
|
23
|
-
*/
|
|
24
|
-
__exportStar(require("./pluginFramework/IRushMcpPlugin"), exports);
|
|
25
|
-
__exportStar(require("./pluginFramework/IRushMcpTool"), exports);
|
|
5
|
+
exports.CallToolResultSchema = exports.RushMcpPluginSession = void 0;
|
|
26
6
|
var RushMcpPluginSession_1 = require("./pluginFramework/RushMcpPluginSession");
|
|
27
7
|
Object.defineProperty(exports, "RushMcpPluginSession", { enumerable: true, get: function () { return RushMcpPluginSession_1.RushMcpPluginSession; } });
|
|
28
|
-
|
|
8
|
+
var zodTypes_1 = require("./pluginFramework/zodTypes");
|
|
9
|
+
Object.defineProperty(exports, "CallToolResultSchema", { enumerable: true, get: function () { return zodTypes_1.CallToolResultSchema; } });
|
|
29
10
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAS3D,+EAAyG;AAArE,4HAAA,oBAAoB,OAAA;AACxD,uDAAuG;AAA9F,gHAAA,oBAAoB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * API for use by MCP plugins.\n * @packageDocumentation\n */\n\nexport { type IRushMcpPlugin, type RushMcpPluginFactory } from './pluginFramework/IRushMcpPlugin';\nexport type { IRushMcpTool } from './pluginFramework/IRushMcpTool';\nexport { type IRegisterToolOptions, RushMcpPluginSession } from './pluginFramework/RushMcpPluginSession';\nexport { CallToolResultSchema, type CallToolResult, type zodModule } from './pluginFramework/zodTypes';\n"]}
|
package/lib/tools/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
1
|
+
export { BaseTool, type IBaseToolOptions, type CallToolResult } from './base.tool';
|
|
2
|
+
export { RushMigrateProjectTool } from './migrate-project.tool';
|
|
3
|
+
export { RushProjectDetailsTool } from './project-details.tool';
|
|
4
|
+
export { RushCommandValidatorTool } from './rush-command-validator.tool';
|
|
5
|
+
export { RushWorkspaceDetailsTool } from './workspace-details';
|
|
6
|
+
export { RushConflictResolverTool } from './conflict-resolver.tool';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/tools/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAGA,cAAc,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC"}
|
package/lib/tools/index.js
CHANGED
|
@@ -1,25 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
3
3
|
// See LICENSE in the project root for license information.
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
5
|
+
exports.RushConflictResolverTool = exports.RushWorkspaceDetailsTool = exports.RushCommandValidatorTool = exports.RushProjectDetailsTool = exports.RushMigrateProjectTool = exports.BaseTool = void 0;
|
|
6
|
+
var base_tool_1 = require("./base.tool");
|
|
7
|
+
Object.defineProperty(exports, "BaseTool", { enumerable: true, get: function () { return base_tool_1.BaseTool; } });
|
|
8
|
+
var migrate_project_tool_1 = require("./migrate-project.tool");
|
|
9
|
+
Object.defineProperty(exports, "RushMigrateProjectTool", { enumerable: true, get: function () { return migrate_project_tool_1.RushMigrateProjectTool; } });
|
|
10
|
+
var project_details_tool_1 = require("./project-details.tool");
|
|
11
|
+
Object.defineProperty(exports, "RushProjectDetailsTool", { enumerable: true, get: function () { return project_details_tool_1.RushProjectDetailsTool; } });
|
|
12
|
+
var rush_command_validator_tool_1 = require("./rush-command-validator.tool");
|
|
13
|
+
Object.defineProperty(exports, "RushCommandValidatorTool", { enumerable: true, get: function () { return rush_command_validator_tool_1.RushCommandValidatorTool; } });
|
|
14
|
+
var workspace_details_1 = require("./workspace-details");
|
|
15
|
+
Object.defineProperty(exports, "RushWorkspaceDetailsTool", { enumerable: true, get: function () { return workspace_details_1.RushWorkspaceDetailsTool; } });
|
|
16
|
+
var conflict_resolver_tool_1 = require("./conflict-resolver.tool");
|
|
17
|
+
Object.defineProperty(exports, "RushConflictResolverTool", { enumerable: true, get: function () { return conflict_resolver_tool_1.RushConflictResolverTool; } });
|
|
25
18
|
//# sourceMappingURL=index.js.map
|
package/lib/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,yCAAmF;AAA1E,qGAAA,QAAQ,OAAA;AACjB,+DAAgE;AAAvD,8HAAA,sBAAsB,OAAA;AAC/B,+DAAgE;AAAvD,8HAAA,sBAAsB,OAAA;AAC/B,6EAAyE;AAAhE,uIAAA,wBAAwB,OAAA;AACjC,yDAA+D;AAAtD,6HAAA,wBAAwB,OAAA;AACjC,mEAAoE;AAA3D,kIAAA,wBAAwB,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nexport { BaseTool, type IBaseToolOptions, type CallToolResult } from './base.tool';\nexport { RushMigrateProjectTool } from './migrate-project.tool';\nexport { RushProjectDetailsTool } from './project-details.tool';\nexport { RushCommandValidatorTool } from './rush-command-validator.tool';\nexport { RushWorkspaceDetailsTool } from './workspace-details';\nexport { RushConflictResolverTool } from './conflict-resolver.tool';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/mcp-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "A Model Context Protocol server implementation for Rush",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rush",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@modelcontextprotocol/sdk": "~1.10.2",
|
|
30
|
-
"zod": "~3.
|
|
31
|
-
"@rushstack/node-core-library": "5.19.
|
|
32
|
-
"@rushstack/
|
|
33
|
-
"@rushstack/
|
|
34
|
-
"@rushstack/ts-command-line": "5.1.
|
|
30
|
+
"zod": "~3.25.76",
|
|
31
|
+
"@rushstack/node-core-library": "5.19.1",
|
|
32
|
+
"@rushstack/terminal": "0.21.0",
|
|
33
|
+
"@rushstack/rush-sdk": "5.165.0-pr5496.3",
|
|
34
|
+
"@rushstack/ts-command-line": "5.1.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"eslint": "~9.37.0",
|
|
38
38
|
"typescript": "~5.8.2",
|
|
39
39
|
"@types/node": "20.17.19",
|
|
40
|
-
"@rushstack/heft": "1.1.
|
|
40
|
+
"@rushstack/heft": "1.1.10",
|
|
41
41
|
"local-node-rig": "1.0.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|