webdaemon 30.1.0 → 32.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/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/types/ts/McpAgentTools.d.ts +1 -1
- package/package.json +1 -1
|
@@ -34,7 +34,7 @@ export interface ToolResult {
|
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* How a catalog tool is reached: `kind` is `platform` (a daemon POST route
|
|
37
|
-
* such as `/ai/
|
|
37
|
+
* such as `/ai/index/search`) or `mcp` (an app's MCP server, addressed by
|
|
38
38
|
* `path` and optionally a differing `mcpToolName`).
|
|
39
39
|
*/
|
|
40
40
|
export interface ToolRoute {
|