@avallon-labs/mcp 50.2.0-staging.1117 → 50.3.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
CHANGED
|
@@ -12751,7 +12751,7 @@ var createMcpServer = (options) => {
|
|
|
12751
12751
|
"addCaseLinks",
|
|
12752
12752
|
{
|
|
12753
12753
|
title: "Add case links",
|
|
12754
|
-
description: "Link
|
|
12754
|
+
description: "Link up to 100 entities (artifacts, calls, chats, emails, extracts, information requests, schedules, worker runs) to a case.\n\nThe case and every entity must already exist in the tenant \u2014 unknown ids return 404 and nothing is created. Calls, emails, information requests and worker runs must belong to the case's environment, and a schedule must run in it; artifacts, chats and extracts are not environment-scoped and can be linked to a case in either. A mismatch rejects the whole request. Adding is idempotent: re-linking an already linked entity returns the existing link with its original `created_at`.",
|
|
12755
12755
|
inputSchema: {
|
|
12756
12756
|
pathParams: AddCaseLinksParams,
|
|
12757
12757
|
queryParams: AddCaseLinksQueryParams,
|
|
@@ -13923,4 +13923,4 @@ var transport = new StdioServerTransport();
|
|
|
13923
13923
|
server.connect(transport).then(() => {
|
|
13924
13924
|
console.error("MCP server running on stdio");
|
|
13925
13925
|
}).catch(console.error);
|
|
13926
|
-
//# sourceMappingURL=server-
|
|
13926
|
+
//# sourceMappingURL=server-7RPXVFML.js.map
|