@daghis/teamcity-mcp 2.4.0 → 2.4.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 +7 -0
- package/dist/index.js +2 -2
- package/package.json +2 -2
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.4.1](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.4.0...teamcity-mcp-v2.4.1) (2026-03-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* bump hono override to ^4.12.7 to resolve GHSA-v8w9-8mx6-g223 ([#423](https://github.com/Daghis/teamcity-mcp/issues/423)) ([d37b790](https://github.com/Daghis/teamcity-mcp/commit/d37b79098bb5fe8362f435d6ebd54638a82bc774))
|
|
9
|
+
|
|
3
10
|
## [2.4.0](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.3.2...teamcity-mcp-v2.4.0) (2026-03-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.4.
|
|
1208
|
+
version: "2.4.1",
|
|
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",
|
|
@@ -1306,7 +1306,7 @@ var package_default = {
|
|
|
1306
1306
|
axios: "^1.13.5",
|
|
1307
1307
|
"body-parser": "^2.2.1",
|
|
1308
1308
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
1309
|
-
hono: "^4.
|
|
1309
|
+
hono: "^4.12.7",
|
|
1310
1310
|
"js-yaml@<4.0.0": "^3.14.2"
|
|
1311
1311
|
}
|
|
1312
1312
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daghis/teamcity-mcp",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
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",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"axios": "^1.13.5",
|
|
102
102
|
"body-parser": "^2.2.1",
|
|
103
103
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
104
|
-
"hono": "^4.
|
|
104
|
+
"hono": "^4.12.7",
|
|
105
105
|
"js-yaml@<4.0.0": "^3.14.2"
|
|
106
106
|
}
|
|
107
107
|
}
|
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.4.
|
|
10
|
+
"version": "2.4.1",
|
|
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.4.
|
|
16
|
+
"version": "2.4.1",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|