@daghis/teamcity-mcp 1.11.0 → 1.11.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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "1.11.0"
2
+ ".": "1.11.7"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.7](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.6...teamcity-mcp-v1.11.7) (2025-12-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **publish:** clear NODE_AUTH_TOKEN via GITHUB_ENV for OIDC ([#279](https://github.com/Daghis/teamcity-mcp/issues/279)) ([ee5eaef](https://github.com/Daghis/teamcity-mcp/commit/ee5eaefbe593e3269ca1b1fa128ef5aa75c0651e))
9
+
10
+ ## [1.11.6](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.5...teamcity-mcp-v1.11.6) (2025-12-06)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **publish:** remove registry-url to enable npm OIDC trusted publishing ([#277](https://github.com/Daghis/teamcity-mcp/issues/277)) ([de2adbb](https://github.com/Daghis/teamcity-mcp/commit/de2adbbc422973eb3bbfe724163a627eb0d08780))
16
+
17
+ ## [1.11.5](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.4...teamcity-mcp-v1.11.5) (2025-12-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **publish:** clear NODE_AUTH_TOKEN for npm OIDC trusted publishing ([#275](https://github.com/Daghis/teamcity-mcp/issues/275)) ([689d499](https://github.com/Daghis/teamcity-mcp/commit/689d499b8198dfb4d647f1c22e039477c8913b2e))
23
+
24
+ ## [1.11.4](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.3...teamcity-mcp-v1.11.4) (2025-12-06)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **publish:** update npm for OIDC trusted publishing ([#273](https://github.com/Daghis/teamcity-mcp/issues/273)) ([6032c28](https://github.com/Daghis/teamcity-mcp/commit/6032c28b8cc6ccd47cf6cb167c360a47d98358a6))
30
+
31
+ ## [1.11.3](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.2...teamcity-mcp-v1.11.3) (2025-12-06)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * **publish:** use Node.js 22 for npm trusted publishing ([#271](https://github.com/Daghis/teamcity-mcp/issues/271)) ([3573f1e](https://github.com/Daghis/teamcity-mcp/commit/3573f1e523f441a8607050708bf42ce17fb355b0))
37
+
38
+ ## [1.11.2](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.1...teamcity-mcp-v1.11.2) (2025-12-06)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * **publish:** clarify id-token permission for trusted publishing ([#269](https://github.com/Daghis/teamcity-mcp/issues/269)) ([5e54da9](https://github.com/Daghis/teamcity-mcp/commit/5e54da9fa9cc46561aaf2673d632d7762776ad23))
44
+
45
+ ## [1.11.1](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.0...teamcity-mcp-v1.11.1) (2025-11-04)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **deps:** downgrade dotenv to 16.6.1 to fix MCP stdio transport ([#255](https://github.com/Daghis/teamcity-mcp/issues/255)) ([ec85772](https://github.com/Daghis/teamcity-mcp/commit/ec857727bc90ffff513d51cb33dbb31a0fb8158e))
51
+
3
52
  ## [1.11.0](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.10.9...teamcity-mcp-v1.11.0) (2025-11-04)
4
53
 
5
54
 
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.0",
957
+ version: "1.11.7",
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",
@@ -1011,38 +1011,37 @@ var package_default = {
1011
1011
  license: "MIT",
1012
1012
  repository: {
1013
1013
  type: "git",
1014
- url: "https://github.com/Daghis/teamcity-mcp.git"
1014
+ url: "git+https://github.com/Daghis/teamcity-mcp.git"
1015
1015
  },
1016
1016
  dependencies: {
1017
- "@modelcontextprotocol/sdk": "^1.18.0",
1017
+ "@modelcontextprotocol/sdk": "^1.21.0",
1018
1018
  ajv: "^8.17.1",
1019
1019
  "ajv-formats": "^3.0.1",
1020
- axios: "^1.12.1",
1021
- dotenv: "^17.2.2",
1020
+ axios: "^1.13.2",
1021
+ dotenv: "17.2.3",
1022
1022
  express: "^5.1.0",
1023
- inversify: "^7.9.1",
1023
+ inversify: "^7.10.4",
1024
1024
  morgan: "^1.10.0",
1025
1025
  "reflect-metadata": "^0.2.2",
1026
1026
  tslib: "^2.8.1",
1027
1027
  winston: "^3.11.0",
1028
- zod: "^4.1.11"
1028
+ zod: "^4.1.12"
1029
1029
  },
1030
1030
  devDependencies: {
1031
1031
  "@codecov/bundler-plugin-core": "^1.9.1",
1032
- "@eslint/compat": "^1.4.0",
1033
1032
  "@esbuild-plugins/tsconfig-paths": "^0.1.2",
1034
- "@trivago/prettier-plugin-sort-imports": "^5.2.2",
1033
+ "@trivago/prettier-plugin-sort-imports": "^6.0.0",
1035
1034
  "@types/ajv": "^1.0.4",
1036
- "@types/express": "^5.0.3",
1035
+ "@types/express": "^5.0.5",
1037
1036
  "@types/jest": "^30.0.0",
1038
1037
  "@types/js-yaml": "^4.0.9",
1039
1038
  "@types/morgan": "^1.9.9",
1040
- "@types/node": "^24.3.1",
1041
- "@typescript-eslint/eslint-plugin": "^8.44.1",
1042
- "@typescript-eslint/parser": "^8.44.1",
1039
+ "@types/node": "^24.10.0",
1040
+ "@typescript-eslint/eslint-plugin": "^8.46.3",
1041
+ "@typescript-eslint/parser": "^8.46.3",
1043
1042
  "axios-retry": "^4.5.0",
1044
- esbuild: "^0.25.9",
1045
- eslint: "^9.36.0",
1043
+ esbuild: "^0.27.0",
1044
+ eslint: "^9.39.1",
1046
1045
  "eslint-config-prettier": "^10.1.8",
1047
1046
  "eslint-import-resolver-typescript": "^4.4.4",
1048
1047
  "eslint-plugin-import": "^2.32.0",
@@ -1051,14 +1050,14 @@ var package_default = {
1051
1050
  "jest-junit": "^16.0.0",
1052
1051
  "js-yaml": "^4.1.0",
1053
1052
  prettier: "^3.1.0",
1054
- "ts-jest": "^29.4.1",
1053
+ "ts-jest": "^29.4.5",
1055
1054
  "tsc-alias": "^1.8.8",
1056
1055
  "tsconfig-paths": "^4.2.0",
1057
1056
  tsx: "^4.6.0",
1058
1057
  typescript: "^5.3.2"
1059
1058
  },
1060
1059
  overrides: {
1061
- axios: "^1.12.1"
1060
+ axios: "^1.13.2"
1062
1061
  }
1063
1062
  };
1064
1063
 
@@ -3619,7 +3618,7 @@ var BuildResultsManager = class _BuildResultsManager {
3619
3618
  }
3620
3619
  isAxiosNotFound(error3) {
3621
3620
  const axiosError = error3;
3622
- return Boolean(axiosError?.response && axiosError.response.status === 404);
3621
+ return Boolean(axiosError?.response?.status === 404);
3623
3622
  }
3624
3623
  /**
3625
3624
  * Get from cache if valid