@daghis/teamcity-mcp 1.11.0 → 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.11.0"
2
+ ".": "1.11.1"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [1.11.0](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.10.9...teamcity-mcp-v1.11.0) (2025-11-04)
4
11
 
5
12
 
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.11.0",
957
+ version: "1.11.1",
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",
@@ -1018,7 +1018,7 @@ var package_default = {
1018
1018
  ajv: "^8.17.1",
1019
1019
  "ajv-formats": "^3.0.1",
1020
1020
  axios: "^1.12.1",
1021
- dotenv: "^17.2.2",
1021
+ dotenv: "16.6.1",
1022
1022
  express: "^5.1.0",
1023
1023
  inversify: "^7.9.1",
1024
1024
  morgan: "^1.10.0",