@miller-tech/uap 1.36.1 → 1.38.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * execute_tool - Meta-tool for executing MCP tools
3
3
  *
4
- * This is one of the 2 tools exposed by the router (the other being discover_tools).
4
+ * One of the router's 3 meta-tools (alongside discover_tools and deliver).
5
5
  * Routes tool calls to the appropriate MCP server.
6
6
  */
7
7
  import { compressToolOutput } from '../output-compressor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miller-tech/uap",
3
- "version": "1.36.1",
3
+ "version": "1.38.0",
4
4
  "description": "Autonomous AI agent memory system with CLAUDE.md protocol enforcement",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",