@daghis/teamcity-mcp 2.1.3 → 2.1.4
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 +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.4](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.1.3...teamcity-mcp-v2.1.4) (2026-01-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **ci:** remove duplicate workflow_run trigger from publish workflow ([#375](https://github.com/Daghis/teamcity-mcp/issues/375)) ([f9dcca8](https://github.com/Daghis/teamcity-mcp/commit/f9dcca87c480de854b22998e0c3903d2b2cbd6e5))
|
|
9
|
+
|
|
3
10
|
## [2.1.3](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v2.1.2...teamcity-mcp-v2.1.3) (2026-01-26)
|
|
4
11
|
|
|
5
12
|
|
package/dist/index.js
CHANGED
|
@@ -1207,7 +1207,7 @@ function debug2(message, meta) {
|
|
|
1207
1207
|
// package.json
|
|
1208
1208
|
var package_default = {
|
|
1209
1209
|
name: "@daghis/teamcity-mcp",
|
|
1210
|
-
version: "2.1.
|
|
1210
|
+
version: "2.1.4",
|
|
1211
1211
|
description: "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
1212
1212
|
mcpName: "io.github.Daghis/teamcity",
|
|
1213
1213
|
main: "dist/index.js",
|
package/package.json
CHANGED
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.1.
|
|
10
|
+
"version": "2.1.4",
|
|
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.1.
|
|
16
|
+
"version": "2.1.4",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"runtimeArguments": [
|
|
19
19
|
{
|