@daghis/teamcity-mcp 2.6.1 → 2.6.3
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 +14 -0
- package/dist/index.js +8 -6
- package/package.json +8 -6
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.6.3](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.6.2...teamcity-mcp-v2.6.3) (2026-04-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **codecov:** repair bundle analysis and expand codecov.yml ([#459](https://github.com/Daghis/teamcity-mcp/issues/459)) ([78aae2b](https://github.com/Daghis/teamcity-mcp/commit/78aae2b1471c88d88da110810454219a5b2269b9))
|
|
9
|
+
|
|
10
|
+
## [2.6.2](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.6.1...teamcity-mcp-v2.6.2) (2026-04-10)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** resolve 7 Dependabot security alerts (hono, undici) ([#453](https://github.com/Daghis/teamcity-mcp/issues/453)) ([e43de4a](https://github.com/Daghis/teamcity-mcp/commit/e43de4ac131477b8fe545ecd3ed8fab365cfd1c6))
|
|
16
|
+
|
|
3
17
|
## [2.6.1](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.6.0...teamcity-mcp-v2.6.1) (2026-04-10)
|
|
4
18
|
|
|
5
19
|
|
package/dist/index.js
CHANGED
|
@@ -1205,7 +1205,7 @@ function debug2(message, meta) {
|
|
|
1205
1205
|
// package.json
|
|
1206
1206
|
var package_default = {
|
|
1207
1207
|
name: "@daghis/teamcity-mcp",
|
|
1208
|
-
version: "2.6.
|
|
1208
|
+
version: "2.6.3",
|
|
1209
1209
|
description: "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
1210
1210
|
mcpName: "io.github.Daghis/teamcity",
|
|
1211
1211
|
main: "dist/index.js",
|
|
@@ -1220,8 +1220,8 @@ var package_default = {
|
|
|
1220
1220
|
dev: "node ./node_modules/tsx/dist/cli.mjs watch src/index.ts",
|
|
1221
1221
|
"dev:interactive": "bash scripts/interact.sh",
|
|
1222
1222
|
build: "node scripts/build.cjs",
|
|
1223
|
-
"build:bundle": "CODECOV_BUNDLE=true npm run build",
|
|
1224
1223
|
"build:tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
1224
|
+
"bundle:analyze": "node scripts/codecov-bundle.cjs",
|
|
1225
1225
|
start: "node dist/index.js",
|
|
1226
1226
|
test: "jest",
|
|
1227
1227
|
"test:watch": "jest --watch",
|
|
@@ -1272,13 +1272,13 @@ var package_default = {
|
|
|
1272
1272
|
"@modelcontextprotocol/sdk": "^1.27.0",
|
|
1273
1273
|
axios: "^1.15.0",
|
|
1274
1274
|
"axios-retry": "^4.5.0",
|
|
1275
|
-
dotenv: "17.4.
|
|
1275
|
+
dotenv: "17.4.2",
|
|
1276
1276
|
tslib: "^2.8.1",
|
|
1277
1277
|
winston: "^3.11.0",
|
|
1278
1278
|
zod: "^4.3.5"
|
|
1279
1279
|
},
|
|
1280
1280
|
devDependencies: {
|
|
1281
|
-
"@codecov/
|
|
1281
|
+
"@codecov/bundle-analyzer": "^2.0.1",
|
|
1282
1282
|
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
|
|
1283
1283
|
"@eslint/js": "^10.0.1",
|
|
1284
1284
|
"@trivago/prettier-plugin-sort-imports": "^6.0.1",
|
|
@@ -1303,14 +1303,16 @@ var package_default = {
|
|
|
1303
1303
|
typescript: "^6.0.2"
|
|
1304
1304
|
},
|
|
1305
1305
|
overrides: {
|
|
1306
|
+
"@hono/node-server": "^1.19.13",
|
|
1306
1307
|
axios: "^1.15.0",
|
|
1307
1308
|
"body-parser": "^2.2.1",
|
|
1308
1309
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
1309
|
-
hono: "^4.12.
|
|
1310
|
+
hono: "^4.12.12",
|
|
1310
1311
|
"js-yaml@<4.0.0": "^3.14.2",
|
|
1311
1312
|
"lodash-es": "^4.18.0",
|
|
1312
1313
|
"picomatch@>=2 <2.3.2": "^2.3.2",
|
|
1313
|
-
"picomatch@>=4 <4.0.4": "^4.0.4"
|
|
1314
|
+
"picomatch@>=4 <4.0.4": "^4.0.4",
|
|
1315
|
+
undici: "^6.24.0"
|
|
1314
1316
|
}
|
|
1315
1317
|
};
|
|
1316
1318
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daghis/teamcity-mcp",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
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",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"dev": "node ./node_modules/tsx/dist/cli.mjs watch src/index.ts",
|
|
16
16
|
"dev:interactive": "bash scripts/interact.sh",
|
|
17
17
|
"build": "node scripts/build.cjs",
|
|
18
|
-
"build:bundle": "CODECOV_BUNDLE=true npm run build",
|
|
19
18
|
"build:tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
19
|
+
"bundle:analyze": "node scripts/codecov-bundle.cjs",
|
|
20
20
|
"start": "node dist/index.js",
|
|
21
21
|
"test": "jest",
|
|
22
22
|
"test:watch": "jest --watch",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"@modelcontextprotocol/sdk": "^1.27.0",
|
|
68
68
|
"axios": "^1.15.0",
|
|
69
69
|
"axios-retry": "^4.5.0",
|
|
70
|
-
"dotenv": "17.4.
|
|
70
|
+
"dotenv": "17.4.2",
|
|
71
71
|
"tslib": "^2.8.1",
|
|
72
72
|
"winston": "^3.11.0",
|
|
73
73
|
"zod": "^4.3.5"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@codecov/
|
|
76
|
+
"@codecov/bundle-analyzer": "^2.0.1",
|
|
77
77
|
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
|
|
78
78
|
"@eslint/js": "^10.0.1",
|
|
79
79
|
"@trivago/prettier-plugin-sort-imports": "^6.0.1",
|
|
@@ -98,13 +98,15 @@
|
|
|
98
98
|
"typescript": "^6.0.2"
|
|
99
99
|
},
|
|
100
100
|
"overrides": {
|
|
101
|
+
"@hono/node-server": "^1.19.13",
|
|
101
102
|
"axios": "^1.15.0",
|
|
102
103
|
"body-parser": "^2.2.1",
|
|
103
104
|
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
104
|
-
"hono": "^4.12.
|
|
105
|
+
"hono": "^4.12.12",
|
|
105
106
|
"js-yaml@<4.0.0": "^3.14.2",
|
|
106
107
|
"lodash-es": "^4.18.0",
|
|
107
108
|
"picomatch@>=2 <2.3.2": "^2.3.2",
|
|
108
|
-
"picomatch@>=4 <4.0.4": "^4.0.4"
|
|
109
|
+
"picomatch@>=4 <4.0.4": "^4.0.4",
|
|
110
|
+
"undici": "^6.24.0"
|
|
109
111
|
}
|
|
110
112
|
}
|
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": "2.6.
|
|
10
|
+
"version": "2.6.3",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
15
|
"identifier": "@daghis/teamcity-mcp",
|
|
16
|
-
"version": "2.6.
|
|
16
|
+
"version": "2.6.3",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|