@daghis/teamcity-mcp 2.6.2 → 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 +7 -0
- package/dist/index.js +4 -4
- package/package.json +4 -4
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## [2.6.2](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.6.1...teamcity-mcp-v2.6.2) (2026-04-10)
|
|
4
11
|
|
|
5
12
|
|
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",
|
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",
|
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
|
{
|