@daghis/teamcity-mcp 1.0.5 → 1.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daghis/teamcity-mcp",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
4
4
  "description": "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "check": "npm run typecheck && npm run lint:check && npm run format:check",
34
34
  "clean": "rm -rf dist coverage",
35
35
  "fetch:swagger": "node ./node_modules/tsx/dist/cli.mjs scripts/fetch-swagger-spec.ts",
36
- "generate:client": "openapi-generator-cli generate -c openapi-generator-config.json",
36
+ "generate:client": "npm exec -y @openapitools/openapi-generator-cli@2.23.1 -- generate -c openapi-generator-config.json",
37
37
  "update:client": "npm run fetch:swagger -- --force && npm run generate:client",
38
38
  "e2e": "node ./node_modules/tsx/dist/cli.mjs tests/e2e/index.ts",
39
39
  "e2e:build": "npm run build && node dist/e2e/index.js",
@@ -62,7 +62,7 @@
62
62
  "@modelcontextprotocol/sdk": "^1.18.0",
63
63
  "ajv": "^8.17.1",
64
64
  "ajv-formats": "^3.0.1",
65
- "axios": "^1.11.0",
65
+ "axios": "^1.12.1",
66
66
  "dotenv": "^17.2.2",
67
67
  "express": "^5.1.0",
68
68
  "inversify": "^7.9.1",
@@ -75,7 +75,6 @@
75
75
  "devDependencies": {
76
76
  "@codecov/bundler-plugin-core": "^1.9.1",
77
77
  "@esbuild-plugins/tsconfig-paths": "^0.1.2",
78
- "@openapitools/openapi-generator-cli": "^2.23.1",
79
78
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",
80
79
  "@types/ajv": "^1.0.4",
81
80
  "@types/express": "^5.0.3",
@@ -101,5 +100,8 @@
101
100
  "tsconfig-paths": "^4.2.0",
102
101
  "tsx": "^4.6.0",
103
102
  "typescript": "^5.3.2"
103
+ },
104
+ "overrides": {
105
+ "axios": "^1.12.1"
104
106
  }
105
107
  }