@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 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
- Register with Claude Code’s MCP (user scope):
85
-
86
- ```bash
87
- claude mcp add teamcity -s user \
88
- -- env TEAMCITY_URL="https://teamcity.example.com" TEAMCITY_TOKEN="tc_<your_token>" MCP_MODE=dev \
89
- npx -y @daghis/teamcity-mcp
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
 
package/dist/index.js CHANGED
@@ -579,7 +579,7 @@ function loadConfig() {
579
579
  },
580
580
  mcp: {
581
581
  name: "teamcity-mcp",
582
- version: "0.1.0",
582
+ version: "1.0.0",
583
583
  protocolVersion: "1.0.0",
584
584
  capabilities: {
585
585
  tools: true,