@daghis/teamcity-mcp 1.11.18 → 1.11.20

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.20](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.19...teamcity-mcp-v1.11.20) (2025-12-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **security:** address remaining dependabot security alerts ([#312](https://github.com/Daghis/teamcity-mcp/issues/312)) ([f909460](https://github.com/Daghis/teamcity-mcp/commit/f9094607b3b980c63214185b57c74799e9315b66))
9
+
10
+ ## [1.11.19](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.18...teamcity-mcp-v1.11.19) (2025-12-06)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **security:** address CodeQL shell command injection alerts ([#310](https://github.com/Daghis/teamcity-mcp/issues/310)) ([de8ff77](https://github.com/Daghis/teamcity-mcp/commit/de8ff77d4846dc950900db9200ac3b62bd1137b6))
16
+
3
17
  ## [1.11.18](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.17...teamcity-mcp-v1.11.18) (2025-12-06)
4
18
 
5
19
 
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.18",
957
+ version: "1.11.20",
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",
@@ -1052,7 +1052,7 @@ var package_default = {
1052
1052
  "eslint-plugin-prettier": "^5.0.1",
1053
1053
  jest: "^30.1.3",
1054
1054
  "jest-junit": "^16.0.0",
1055
- "js-yaml": "^4.1.0",
1055
+ "js-yaml": "^4.1.1",
1056
1056
  prettier: "^3.1.0",
1057
1057
  "ts-jest": "^29.4.5",
1058
1058
  "tsc-alias": "^1.8.8",
@@ -1061,7 +1061,10 @@ var package_default = {
1061
1061
  typescript: "^5.3.2"
1062
1062
  },
1063
1063
  overrides: {
1064
- axios: "^1.13.2"
1064
+ axios: "^1.13.2",
1065
+ "body-parser": "^2.2.1",
1066
+ "glob@>=10.2.0 <10.5.0": "^10.5.0",
1067
+ "js-yaml@<4.0.0": "^3.14.2"
1065
1068
  }
1066
1069
  };
1067
1070
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daghis/teamcity-mcp",
3
- "version": "1.11.18",
3
+ "version": "1.11.20",
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,7 +98,7 @@
98
98
  "eslint-plugin-prettier": "^5.0.1",
99
99
  "jest": "^30.1.3",
100
100
  "jest-junit": "^16.0.0",
101
- "js-yaml": "^4.1.0",
101
+ "js-yaml": "^4.1.1",
102
102
  "prettier": "^3.1.0",
103
103
  "ts-jest": "^29.4.5",
104
104
  "tsc-alias": "^1.8.8",
@@ -107,6 +107,9 @@
107
107
  "typescript": "^5.3.2"
108
108
  },
109
109
  "overrides": {
110
- "axios": "^1.13.2"
110
+ "axios": "^1.13.2",
111
+ "body-parser": "^2.2.1",
112
+ "glob@>=10.2.0 <10.5.0": "^10.5.0",
113
+ "js-yaml@<4.0.0": "^3.14.2"
111
114
  }
112
115
  }
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.18",
10
+ "version": "1.11.20",
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.18",
16
+ "version": "1.11.20",
17
17
  "runtimeHint": "npx",
18
18
  "runtimeArguments": [
19
19
  {