@daghis/teamcity-mcp 1.11.19 → 1.12.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/CHANGELOG.md +14 -0
- package/dist/index.js +6 -3
- package/package.json +6 -3
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.0](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.20...teamcity-mcp-v1.12.0) (2025-12-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add type safety standards and test utilities for [#158](https://github.com/Daghis/teamcity-mcp/issues/158) ([#314](https://github.com/Daghis/teamcity-mcp/issues/314)) ([1f89a25](https://github.com/Daghis/teamcity-mcp/commit/1f89a25a63fca111f04e96763b4d17888f91bc2a))
|
|
9
|
+
|
|
10
|
+
## [1.11.20](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.19...teamcity-mcp-v1.11.20) (2025-12-06)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **security:** address remaining dependabot security alerts ([#312](https://github.com/Daghis/teamcity-mcp/issues/312)) ([f909460](https://github.com/Daghis/teamcity-mcp/commit/f9094607b3b980c63214185b57c74799e9315b66))
|
|
16
|
+
|
|
3
17
|
## [1.11.19](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.18...teamcity-mcp-v1.11.19) (2025-12-06)
|
|
4
18
|
|
|
5
19
|
|
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.
|
|
957
|
+
version: "1.12.0",
|
|
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",
|
|
@@ -1052,7 +1052,7 @@ var package_default = {
|
|
|
1052
1052
|
"eslint-plugin-prettier": "^5.0.1",
|
|
1053
1053
|
jest: "^30.1.3",
|
|
1054
1054
|
"jest-junit": "^16.0.0",
|
|
1055
|
-
"js-yaml": "^4.1.
|
|
1055
|
+
"js-yaml": "^4.1.1",
|
|
1056
1056
|
prettier: "^3.1.0",
|
|
1057
1057
|
"ts-jest": "^29.4.5",
|
|
1058
1058
|
"tsc-alias": "^1.8.8",
|
|
@@ -1061,7 +1061,10 @@ var package_default = {
|
|
|
1061
1061
|
typescript: "^5.3.2"
|
|
1062
1062
|
},
|
|
1063
1063
|
overrides: {
|
|
1064
|
-
axios: "^1.13.2"
|
|
1064
|
+
axios: "^1.13.2",
|
|
1065
|
+
"body-parser": "^2.2.1",
|
|
1066
|
+
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
1067
|
+
"js-yaml@<4.0.0": "^3.14.2"
|
|
1065
1068
|
}
|
|
1066
1069
|
};
|
|
1067
1070
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daghis/teamcity-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
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",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"eslint-plugin-prettier": "^5.0.1",
|
|
99
99
|
"jest": "^30.1.3",
|
|
100
100
|
"jest-junit": "^16.0.0",
|
|
101
|
-
"js-yaml": "^4.1.
|
|
101
|
+
"js-yaml": "^4.1.1",
|
|
102
102
|
"prettier": "^3.1.0",
|
|
103
103
|
"ts-jest": "^29.4.5",
|
|
104
104
|
"tsc-alias": "^1.8.8",
|
|
@@ -107,6 +107,9 @@
|
|
|
107
107
|
"typescript": "^5.3.2"
|
|
108
108
|
},
|
|
109
109
|
"overrides": {
|
|
110
|
-
"axios": "^1.13.2"
|
|
110
|
+
"axios": "^1.13.2",
|
|
111
|
+
"body-parser": "^2.2.1",
|
|
112
|
+
"glob@>=10.2.0 <10.5.0": "^10.5.0",
|
|
113
|
+
"js-yaml@<4.0.0": "^3.14.2"
|
|
111
114
|
}
|
|
112
115
|
}
|
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.
|
|
10
|
+
"version": "1.12.0",
|
|
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.
|
|
16
|
+
"version": "1.12.0",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|