@triedotdev/mcp 1.0.147 → 1.0.148

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.
@@ -3,7 +3,7 @@ import {
3
3
  InteractiveDashboard,
4
4
  StreamingManager,
5
5
  TrieScanTool
6
- } from "../chunk-2354SRJM.js";
6
+ } from "../chunk-J7CEBSEB.js";
7
7
  import "../chunk-23RJT5WT.js";
8
8
  import "../chunk-N2EDZTKG.js";
9
9
  import "../chunk-TIMIKBY2.js";
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ import {
48
48
  getPrompt,
49
49
  getSystemPrompt,
50
50
  handleCheckpointTool
51
- } from "./chunk-2354SRJM.js";
51
+ } from "./chunk-J7CEBSEB.js";
52
52
  import "./chunk-23RJT5WT.js";
53
53
  import "./chunk-N2EDZTKG.js";
54
54
  import {
@@ -4202,14 +4202,14 @@ var ToolRegistry = class {
4202
4202
  },
4203
4203
  {
4204
4204
  name: "trie_query_context",
4205
- description: 'Natural-language search across ALL Trie context: goals, hypotheses, nudges (goal violations), governance, blockers. Use for "what are my goals", "show hypotheses", "any nudges", "recent governance", etc.',
4205
+ description: 'Natural-language search across ALL Trie context: goals, hypotheses, nudges (goal violations), incidents, governance, blockers. Use for "what are my goals", "show hypotheses", "any nudges", "show incidents", "recent governance", etc.',
4206
4206
  inputSchema: {
4207
4207
  type: "object",
4208
4208
  properties: {
4209
- query: { type: "string", description: "Natural language query (e.g. goals, hypotheses, nudges, governance)" },
4209
+ query: { type: "string", description: "Natural language query (e.g. goals, hypotheses, nudges, incidents, governance)" },
4210
4210
  type: {
4211
4211
  type: "string",
4212
- enum: ["goals", "hypotheses", "nudges", "governance", "decisions", "blockers", "facts", "questions", "all"],
4212
+ enum: ["goals", "hypotheses", "nudges", "incidents", "governance", "decisions", "blockers", "facts", "questions", "all"],
4213
4213
  description: 'Type of context to query (default: all). "decisions" is deprecated, use "governance"'
4214
4214
  },
4215
4215
  limit: { type: "number", description: "Max results per type (default 10)" },