@daghis/teamcity-mcp 1.11.7 → 1.11.8

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.7"
2
+ ".": "1.11.8"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.8](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.7...teamcity-mcp-v1.11.8) (2025-12-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **publish:** simplify OIDC workflow to match npm docs ([#282](https://github.com/Daghis/teamcity-mcp/issues/282)) ([b3e8493](https://github.com/Daghis/teamcity-mcp/commit/b3e84935cd61cceb41a6a773ca2b7aa3081306f6))
9
+
3
10
  ## [1.11.7](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.6...teamcity-mcp-v1.11.7) (2025-12-06)
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.7",
957
+ version: "1.11.8",
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",