@daghis/teamcity-mcp 0.9.2 → 1.0.0
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 +8 -0
- package/README.md +9 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.0](https://github.com/Daghis/teamcity-mcp/compare/v0.9.2...v1.0.0) (2025-09-12)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
- 1.0 release: stabilize API surface and defaults
|
|
7
|
+
|
|
8
|
+
### Docs
|
|
9
|
+
- Add Claude Code setup command and context usage estimates (dev vs full)
|
|
10
|
+
|
|
3
11
|
## [0.9.2](https://github.com/Daghis/teamcity-mcp/compare/v0.9.1...v0.9.2) (2025-09-12)
|
|
4
12
|
|
|
5
13
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -81,13 +81,15 @@ npx -y @daghis/teamcity-mcp
|
|
|
81
81
|
npx -y @daghis/teamcity-mcp
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
claude mcp add
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
84
|
+
## Claude Code
|
|
85
|
+
|
|
86
|
+
- Add the MCP:
|
|
87
|
+
- `claude mcp add [-s user] teamcity -- npx -y @daghis/teamcity-mcp`
|
|
88
|
+
- With env vars (if not using .env):
|
|
89
|
+
- `claude mcp add [-s user] teamcity -- env TEAMCITY_URL="https://teamcity.example.com" TEAMCITY_TOKEN="tc_<your_token>" MCP_MODE=dev npx -y @daghis/teamcity-mcp`
|
|
90
|
+
- Context usage (Opus 4.1, estimates):
|
|
91
|
+
- Dev (default): ~14k tokens for MCP tools
|
|
92
|
+
- Full (`MCP_MODE=full`): ~26k tokens for MCP tools
|
|
91
93
|
|
|
92
94
|
## Configuration
|
|
93
95
|
|