@daghis/teamcity-mcp 2.6.1 → 2.6.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 +7 -0
- package/dist/index.js +5 -3
- package/package.json +5 -3
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.2](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.6.1...teamcity-mcp-v2.6.2) (2026-04-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** resolve 7 Dependabot security alerts (hono, undici) ([#453](https://github.com/Daghis/teamcity-mcp/issues/453)) ([e43de4a](https://github.com/Daghis/teamcity-mcp/commit/e43de4ac131477b8fe545ecd3ed8fab365cfd1c6))
|
|
9
|
+
|
|
3
10
|
## [2.6.1](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.6.0...teamcity-mcp-v2.6.1) (2026-04-10)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -1205,7 +1205,7 @@ function debug2(message, meta) {
|
|
|
1205
1205
|
// package.json
|
|
1206
1206
|
var package_default = {
|
|
1207
1207
|
name: "@daghis/teamcity-mcp",
|
|
1208
|
-
version: "2.6.
|
|
1208
|
+
version: "2.6.2",
|
|
1209
1209
|
description: "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
1210
1210
|
mcpName: "io.github.Daghis/teamcity",
|
|
1211
1211
|
main: "dist/index.js",
|
|
@@ -1303,14 +1303,16 @@ var package_default = {
|
|
|
1303
1303
|
typescript: "^6.0.2"
|
|
1304
1304
|
},
|
|
1305
1305
|
overrides: {
|
|
1306
|
+
"@hono/node-server": "^1.19.13",
|
|
1306
1307
|
axios: "^1.15.0",
|
|
1307
1308
|
"body-parser": "^2.2.1",
|
|
1308
1309
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
1309
|
-
hono: "^4.12.
|
|
1310
|
+
hono: "^4.12.12",
|
|
1310
1311
|
"js-yaml@<4.0.0": "^3.14.2",
|
|
1311
1312
|
"lodash-es": "^4.18.0",
|
|
1312
1313
|
"picomatch@>=2 <2.3.2": "^2.3.2",
|
|
1313
|
-
"picomatch@>=4 <4.0.4": "^4.0.4"
|
|
1314
|
+
"picomatch@>=4 <4.0.4": "^4.0.4",
|
|
1315
|
+
undici: "^6.24.0"
|
|
1314
1316
|
}
|
|
1315
1317
|
};
|
|
1316
1318
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daghis/teamcity-mcp",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
5
5
|
"mcpName": "io.github.Daghis/teamcity",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -98,13 +98,15 @@
|
|
|
98
98
|
"typescript": "^6.0.2"
|
|
99
99
|
},
|
|
100
100
|
"overrides": {
|
|
101
|
+
"@hono/node-server": "^1.19.13",
|
|
101
102
|
"axios": "^1.15.0",
|
|
102
103
|
"body-parser": "^2.2.1",
|
|
103
104
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
104
|
-
"hono": "^4.12.
|
|
105
|
+
"hono": "^4.12.12",
|
|
105
106
|
"js-yaml@<4.0.0": "^3.14.2",
|
|
106
107
|
"lodash-es": "^4.18.0",
|
|
107
108
|
"picomatch@>=2 <2.3.2": "^2.3.2",
|
|
108
|
-
"picomatch@>=4 <4.0.4": "^4.0.4"
|
|
109
|
+
"picomatch@>=4 <4.0.4": "^4.0.4",
|
|
110
|
+
"undici": "^6.24.0"
|
|
109
111
|
}
|
|
110
112
|
}
|
package/server.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
9
|
"websiteUrl": "https://github.com/Daghis/teamcity-mcp",
|
|
10
|
-
"version": "2.6.
|
|
10
|
+
"version": "2.6.2",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
15
|
"identifier": "@daghis/teamcity-mcp",
|
|
16
|
-
"version": "2.6.
|
|
16
|
+
"version": "2.6.2",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|