You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Done]** Multi-User Configuration Management - support for multiple users within teams, each with personalized device-specific configurations
210
-
-**[Done]** Advanced MCP Argument & Environment Variable Handling - comprehensive service layer with schema validation and runtime configuration assembly
210
+
-**[Done]** Advanced MCP Argument & Environment Variable Handling - complete service layer with schema validation and runtime configuration assembly
211
211
-**[Done]** HTTP Headers & URL Query Parameters Support - three-tier configuration for HTTP/SSE transport with intelligent URL parsing, automatic secret detection, and transport type validation
212
212
-**[Done]** Selective Secret Masking in Satellite Logs - backend sends secret metadata to satellites for selective masking of sensitive query parameters, headers, and environment variables in logs (first 3 chars + *****), preventing credential exposure in log files and monitoring systems
213
213
@@ -237,7 +237,7 @@ VS Code → HTTPS Request → DeployStack Satellite → MCP Server Process → E
-**[Done]****MCP Tool Metadata Collection** - automatic tool discovery with token counting, event-driven metadata sync from satellites to backend, per-installation tool storage with descriptions and input schemas
239
239
-**[Done]****Tool Display & Analytics API** - team-aware endpoints for fetching tool lists per installation and aggregated token savings across all team installations
Copy file name to clipboardExpand all lines: services/backend/api-spec.json
+267Lines changed: 267 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11990,6 +11990,273 @@
11990
11990
}
11991
11991
}
11992
11992
},
11993
+
"/api/teams/{teamId}/mcp/tools/stats": {
11994
+
"get": {
11995
+
"summary": "Get team MCP tools statistics",
11996
+
"tags": [
11997
+
"MCP Tools"
11998
+
],
11999
+
"description": "Retrieves aggregated statistics for all MCP tool installations in a team, including token consumption analysis and hierarchical routing savings calculations. Shows the value of DeployStack's hierarchical router vs traditional MCP tool exposure. Requires mcp.tools.stats.view permission.",
0 commit comments