@budgetary/mcp
Advanced tools
Sorry, the diff of this file is too big to display
+1
-1
@@ -10,3 +10,3 @@ import { | ||
| submitActuals | ||
| } from "./chunk-5KYJFA6O.js"; | ||
| } from "./chunk-NPFO6PIQ.js"; | ||
| export { | ||
@@ -13,0 +13,0 @@ MAX_ATTEMPTS, |
+5
-3
@@ -28,5 +28,7 @@ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; | ||
| * The only model-invokable behavior. Resolves config, calls the estimate | ||
| * endpoint, renders the result, and appends a pending entry on a non-void | ||
| * estimate. Never throws — every gated/error state is returned as text so the | ||
| * MCP host can show it inline. | ||
| * endpoint, renders the result, and appends a pending entry whenever the | ||
| * response carries an estimate_id — VOID OR NOT (0024c). An out-of-domain query | ||
| * voids (no forecast), but the outcome is still recordable, and those are exactly | ||
| * the blank-region actuals the corpus needs to broaden coverage. Never throws — | ||
| * every gated/error state is returned as text so the MCP host can show it inline. | ||
| */ | ||
@@ -33,0 +35,0 @@ declare function runEstimateTool(args: EstimateToolArgs): Promise<EstimateToolResult>; |
+2
-2
| { | ||
| "name": "@budgetary/mcp", | ||
| "version": "0.6.0", | ||
| "version": "0.7.0", | ||
| "description": "Model Context Protocol server for Budgetary: a portable pre-flight token-spend estimate tool for any MCP-capable host.", | ||
@@ -35,3 +35,3 @@ "mcpName": "io.github.thriftell/budgetary", | ||
| "dependencies": { | ||
| "@budgetary/sdk": "0.7.0" | ||
| "@budgetary/sdk": "0.7.1" | ||
| }, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
699436
0.05%18558
0.02%+ Added
- Removed
Updated