@daghis/teamcity-mcp 1.11.15 → 1.11.16
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
|
+
## [1.11.16](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.15...teamcity-mcp-v1.11.16) (2025-12-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* update @modelcontextprotocol/sdk to 1.24.0 to address CVE-2025-66414 ([#302](https://github.com/Daghis/teamcity-mcp/issues/302)) ([851ad8f](https://github.com/Daghis/teamcity-mcp/commit/851ad8fc4b037195243c60aec44711072d3d7ca7))
|
|
9
|
+
|
|
3
10
|
## [1.11.15](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.14...teamcity-mcp-v1.11.15) (2025-12-06)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -954,7 +954,7 @@ function debug2(message, meta) {
|
|
|
954
954
|
// package.json
|
|
955
955
|
var package_default = {
|
|
956
956
|
name: "@daghis/teamcity-mcp",
|
|
957
|
-
version: "1.11.
|
|
957
|
+
version: "1.11.16",
|
|
958
958
|
description: "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
959
959
|
mcpName: "io.github.Daghis/teamcity",
|
|
960
960
|
main: "dist/index.js",
|
|
@@ -1018,7 +1018,7 @@ var package_default = {
|
|
|
1018
1018
|
url: "https://github.com/Daghis/teamcity-mcp/issues"
|
|
1019
1019
|
},
|
|
1020
1020
|
dependencies: {
|
|
1021
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
1021
|
+
"@modelcontextprotocol/sdk": "^1.24.0",
|
|
1022
1022
|
ajv: "^8.17.1",
|
|
1023
1023
|
"ajv-formats": "^3.0.1",
|
|
1024
1024
|
axios: "^1.13.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daghis/teamcity-mcp",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.16",
|
|
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.24.0",
|
|
68
68
|
"ajv": "^8.17.1",
|
|
69
69
|
"ajv-formats": "^3.0.1",
|
|
70
70
|
"axios": "^1.13.2",
|
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": "1.11.
|
|
10
|
+
"version": "1.11.16",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
15
|
"identifier": "@daghis/teamcity-mcp",
|
|
16
|
-
"version": "1.11.
|
|
16
|
+
"version": "1.11.16",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|