@daghis/teamcity-mcp 1.10.9 → 1.11.1

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "1.10.9"
2
+ ".": "1.11.1"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.1](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.0...teamcity-mcp-v1.11.1) (2025-11-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** downgrade dotenv to 16.6.1 to fix MCP stdio transport ([#255](https://github.com/Daghis/teamcity-mcp/issues/255)) ([ec85772](https://github.com/Daghis/teamcity-mcp/commit/ec857727bc90ffff513d51cb33dbb31a0fb8158e))
9
+
10
+ ## [1.11.0](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.10.9...teamcity-mcp-v1.11.0) (2025-11-04)
11
+
12
+
13
+ ### Features
14
+
15
+ * **server:** enable MCP client compatibility via stdio transport compliance ([#253](https://github.com/Daghis/teamcity-mcp/issues/253)) ([b51ecbe](https://github.com/Daghis/teamcity-mcp/commit/b51ecbe2751db632c332d22263c1f2f6f1cea5bc))
16
+
3
17
  ## [1.10.9](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.10.8...teamcity-mcp-v1.10.9) (2025-11-04)
4
18
 
5
19