@daghis/teamcity-mcp 2.1.5 → 2.1.7
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 +14 -0
- package/dist/index.js +3 -3
- package/package.json +3 -3
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.7](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.1.6...teamcity-mcp-v2.1.7) (2026-02-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** upgrade @modelcontextprotocol/sdk to 1.26.0 for CVE-2026-25536 ([#383](https://github.com/Daghis/teamcity-mcp/issues/383)) ([fae1bc0](https://github.com/Daghis/teamcity-mcp/commit/fae1bc03764048d6877c42fccdd11a9e8d061778))
|
|
9
|
+
|
|
10
|
+
## [2.1.6](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.1.5...teamcity-mcp-v2.1.6) (2026-01-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump hono override to 4.11.7 for security fixes ([#379](https://github.com/Daghis/teamcity-mcp/issues/379)) ([12efbb1](https://github.com/Daghis/teamcity-mcp/commit/12efbb1fbbb13283d05005c49592bf7a6df54752))
|
|
16
|
+
|
|
3
17
|
## [2.1.5](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.1.4...teamcity-mcp-v2.1.5) (2026-01-26)
|
|
4
18
|
|
|
5
19
|
|
package/dist/index.js
CHANGED
|
@@ -1207,7 +1207,7 @@ function debug2(message, meta) {
|
|
|
1207
1207
|
// package.json
|
|
1208
1208
|
var package_default = {
|
|
1209
1209
|
name: "@daghis/teamcity-mcp",
|
|
1210
|
-
version: "2.1.
|
|
1210
|
+
version: "2.1.7",
|
|
1211
1211
|
description: "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
1212
1212
|
mcpName: "io.github.Daghis/teamcity",
|
|
1213
1213
|
main: "dist/index.js",
|
|
@@ -1271,7 +1271,7 @@ var package_default = {
|
|
|
1271
1271
|
url: "https://github.com/Daghis/teamcity-mcp/issues"
|
|
1272
1272
|
},
|
|
1273
1273
|
dependencies: {
|
|
1274
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
1274
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
1275
1275
|
axios: "^1.13.2",
|
|
1276
1276
|
"axios-retry": "^4.5.0",
|
|
1277
1277
|
dotenv: "17.2.3",
|
|
@@ -1308,7 +1308,7 @@ var package_default = {
|
|
|
1308
1308
|
axios: "^1.13.2",
|
|
1309
1309
|
"body-parser": "^2.2.1",
|
|
1310
1310
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
1311
|
-
hono: "^4.11.
|
|
1311
|
+
hono: "^4.11.7",
|
|
1312
1312
|
"js-yaml@<4.0.0": "^3.14.2"
|
|
1313
1313
|
}
|
|
1314
1314
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daghis/teamcity-mcp",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"url": "https://github.com/Daghis/teamcity-mcp/issues"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
67
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
68
68
|
"axios": "^1.13.2",
|
|
69
69
|
"axios-retry": "^4.5.0",
|
|
70
70
|
"dotenv": "17.2.3",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"axios": "^1.13.2",
|
|
102
102
|
"body-parser": "^2.2.1",
|
|
103
103
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
104
|
-
"hono": "^4.11.
|
|
104
|
+
"hono": "^4.11.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.1.
|
|
10
|
+
"version": "2.1.7",
|
|
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.1.
|
|
16
|
+
"version": "2.1.7",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|