@daghis/teamcity-mcp 1.11.1 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daghis/teamcity-mcp",
3
- "version": "1.11.1",
3
+ "version": "1.11.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",
@@ -57,38 +57,37 @@
57
57
  "license": "MIT",
58
58
  "repository": {
59
59
  "type": "git",
60
- "url": "https://github.com/Daghis/teamcity-mcp.git"
60
+ "url": "git+https://github.com/Daghis/teamcity-mcp.git"
61
61
  },
62
62
  "dependencies": {
63
- "@modelcontextprotocol/sdk": "^1.18.0",
63
+ "@modelcontextprotocol/sdk": "^1.21.0",
64
64
  "ajv": "^8.17.1",
65
65
  "ajv-formats": "^3.0.1",
66
- "axios": "^1.12.1",
67
- "dotenv": "16.6.1",
66
+ "axios": "^1.13.2",
67
+ "dotenv": "17.2.3",
68
68
  "express": "^5.1.0",
69
- "inversify": "^7.9.1",
69
+ "inversify": "^7.10.4",
70
70
  "morgan": "^1.10.0",
71
71
  "reflect-metadata": "^0.2.2",
72
72
  "tslib": "^2.8.1",
73
73
  "winston": "^3.11.0",
74
- "zod": "^4.1.11"
74
+ "zod": "^4.1.12"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@codecov/bundler-plugin-core": "^1.9.1",
78
- "@eslint/compat": "^1.4.0",
79
78
  "@esbuild-plugins/tsconfig-paths": "^0.1.2",
80
- "@trivago/prettier-plugin-sort-imports": "^5.2.2",
79
+ "@trivago/prettier-plugin-sort-imports": "^6.0.0",
81
80
  "@types/ajv": "^1.0.4",
82
- "@types/express": "^5.0.3",
81
+ "@types/express": "^5.0.5",
83
82
  "@types/jest": "^30.0.0",
84
83
  "@types/js-yaml": "^4.0.9",
85
84
  "@types/morgan": "^1.9.9",
86
- "@types/node": "^24.3.1",
87
- "@typescript-eslint/eslint-plugin": "^8.44.1",
88
- "@typescript-eslint/parser": "^8.44.1",
85
+ "@types/node": "^24.10.0",
86
+ "@typescript-eslint/eslint-plugin": "^8.46.3",
87
+ "@typescript-eslint/parser": "^8.46.3",
89
88
  "axios-retry": "^4.5.0",
90
- "esbuild": "^0.25.9",
91
- "eslint": "^9.36.0",
89
+ "esbuild": "^0.27.0",
90
+ "eslint": "^9.39.1",
92
91
  "eslint-config-prettier": "^10.1.8",
93
92
  "eslint-import-resolver-typescript": "^4.4.4",
94
93
  "eslint-plugin-import": "^2.32.0",
@@ -97,13 +96,13 @@
97
96
  "jest-junit": "^16.0.0",
98
97
  "js-yaml": "^4.1.0",
99
98
  "prettier": "^3.1.0",
100
- "ts-jest": "^29.4.1",
99
+ "ts-jest": "^29.4.5",
101
100
  "tsc-alias": "^1.8.8",
102
101
  "tsconfig-paths": "^4.2.0",
103
102
  "tsx": "^4.6.0",
104
103
  "typescript": "^5.3.2"
105
104
  },
106
105
  "overrides": {
107
- "axios": "^1.12.1"
106
+ "axios": "^1.13.2"
108
107
  }
109
108
  }
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.1",
10
+ "version": "1.11.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": "1.11.1",
16
+ "version": "1.11.7",
17
17
  "runtimeHint": "npx",
18
18
  "runtimeArguments": [
19
19
  {