@daghis/teamcity-mcp 1.11.11 → 1.11.13
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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/server.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.11.13](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.12...teamcity-mcp-v1.11.13) (2025-12-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* correct MCP name case to match GitHub username ([#292](https://github.com/Daghis/teamcity-mcp/issues/292)) ([7dd59c4](https://github.com/Daghis/teamcity-mcp/commit/7dd59c41df18b134a764d1ad3e90efa5e2a9ba30))
|
|
9
|
+
|
|
10
|
+
## [1.11.12](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.11...teamcity-mcp-v1.11.12) (2025-12-06)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update MCP registry schema to 2025-10-17 ([#290](https://github.com/Daghis/teamcity-mcp/issues/290)) ([bc54888](https://github.com/Daghis/teamcity-mcp/commit/bc54888a6a483bf19b7c35518f88705dfe7e1ecd))
|
|
16
|
+
|
|
3
17
|
## [1.11.11](https://github.com/Daghis/teamcity-mcp/compare/teamcity-mcp-v1.11.10...teamcity-mcp-v1.11.11) (2025-12-06)
|
|
4
18
|
|
|
5
19
|
|
package/dist/index.js
CHANGED
|
@@ -954,9 +954,9 @@ function debug2(message, meta) {
|
|
|
954
954
|
// package.json
|
|
955
955
|
var package_default = {
|
|
956
956
|
name: "@daghis/teamcity-mcp",
|
|
957
|
-
version: "1.11.
|
|
957
|
+
version: "1.11.13",
|
|
958
958
|
description: "Model Control Protocol server for TeamCity CI/CD integration with AI coding assistants",
|
|
959
|
-
mcpName: "io.github.
|
|
959
|
+
mcpName: "io.github.Daghis/teamcity",
|
|
960
960
|
main: "dist/index.js",
|
|
961
961
|
types: "dist/index.d.ts",
|
|
962
962
|
bin: {
|