@rudderhq/agent-runtime-utils 0.5.0 → 0.5.1-canary.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.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/rudder-mcp-contract.d.ts +81 -3
- package/dist/rudder-mcp-contract.d.ts.map +1 -1
- package/dist/rudder-mcp-contract.js +6 -1
- package/dist/rudder-mcp-contract.js.map +1 -1
- package/dist/rudder-mcp-preflight.js +5 -5
- package/dist/rudder-mcp-preflight.js.map +1 -1
- package/dist/rudder-mcp-preflight.test.js +1 -1
- package/dist/rudder-mcp-tool-descriptors.generated.d.ts +3 -3
- package/dist/rudder-mcp-tool-descriptors.generated.js +3 -3
- package/dist/rudder-mcp-tool-descriptors.generated.js.map +1 -1
- package/dist/rudder-mcp.d.ts +2 -1
- package/dist/rudder-mcp.d.ts.map +1 -1
- package/dist/rudder-mcp.js +5 -1
- package/dist/rudder-mcp.js.map +1 -1
- package/dist/rudder-mcp.test.js +1 -1
- package/dist/rudder-mcp.test.js.map +1 -1
- package/dist/server-utils.cli.d.ts +17 -0
- package/dist/server-utils.cli.d.ts.map +1 -1
- package/dist/server-utils.cli.js +104 -25
- package/dist/server-utils.cli.js.map +1 -1
- package/dist/server-utils.prompts.js +1 -1
- package/dist/server-utils.prompts.js.map +1 -1
- package/dist/server-utils.test.js +115 -1
- package/dist/server-utils.test.js.map +1 -1
- package/dist/types.d.ts +6 -3
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export { inferOpenAiCompatibleBiller } from "./billing.js";
|
|
|
2
2
|
export { REDACTED_HOME_PATH_USER, redactHomePathUserSegments, redactHomePathUserSegmentsInValue, redactTranscriptEntryPaths } from "./log-redaction.js";
|
|
3
3
|
export { buildModelAttemptSpecs, isSuccessfulRuntimeResult, normalizeModelFallbacks, type ModelAttemptSpec } from "./model-fallbacks.js";
|
|
4
4
|
export { assertUniqueOrganizationStorageKeys, normalizeOrganizationStoragePathSegment, resolveOrganizationLegacyStorageKey, resolveOrganizationStorageKey } from "./organization-storage.js";
|
|
5
|
-
export { RUDDER_BROWSER_MCP_CONTRACT_HASH, RUDDER_BROWSER_MCP_TOOL_CONTRACTS, RUDDER_BROWSER_MCP_TOOL_COUNT, RUDDER_BROWSER_MCP_TOOL_NAMES, RUDDER_CORE_MCP_CONTRACT_HASH, RUDDER_CORE_MCP_TOOL_CONTRACTS, RUDDER_CORE_MCP_TOOL_NAMES, RUDDER_MCP_CANONICAL_TOOL_CONTRACTS, RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS, RUDDER_MCP_CONTRACT_VERSION, RUDDER_MCP_MANAGED_ENV_KEYS, RUDDER_MCP_SERVER_NAME, RUDDER_MCP_TOOL_COUNT, applyRudderBrowserCapabilityEnv, filterRudderMcpToolsForBrowserCapability, isRudderBrowserMcpToolCandidate, pickRudderMcpManagedEnv, rudderMcpCliCommand, rudderMcpRuntimeMetadata, rudderMcpSemanticToolContract, type RudderMcpCliCommand, type RudderMcpCliProvenance, type RudderMcpManagedEnv, type RudderMcpManagedEnvKey, type RudderMcpPreflightDiagnosticCode, type RudderMcpPreflightResult, type RudderMcpRuntimeMetadata, type RudderMcpToolContractSource } from "./rudder-mcp.js";
|
|
5
|
+
export { RUDDER_BROWSER_MCP_CONTRACT_HASH, RUDDER_BROWSER_MCP_TOOL_CONTRACTS, RUDDER_BROWSER_MCP_TOOL_COUNT, RUDDER_BROWSER_MCP_TOOL_NAMES, RUDDER_CORE_MCP_CONTRACT_HASH, RUDDER_CORE_MCP_TOOL_CONTRACTS, RUDDER_CORE_MCP_TOOL_NAMES, RUDDER_MCP_CANONICAL_TOOL_CONTRACTS, RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS, RUDDER_MCP_CONTRACT_VERSION, RUDDER_MCP_LEGACY_SERVER_NAMES, RUDDER_MCP_MANAGED_ENV_KEYS, RUDDER_MCP_SERVER_NAME, RUDDER_MCP_TOOL_COUNT, applyRudderBrowserCapabilityEnv, filterRudderMcpToolsForBrowserCapability, isRudderBrowserMcpToolCandidate, pickRudderMcpManagedEnv, rudderMcpCliCommand, rudderMcpRuntimeMetadata, rudderMcpSemanticToolContract, type RudderMcpCliCommand, type RudderMcpCliProvenance, type RudderMcpManagedEnv, type RudderMcpManagedEnvKey, type RudderMcpPreflightDiagnosticCode, type RudderMcpPreflightResult, type RudderMcpRuntimeMetadata, type RudderMcpToolContractSource } from "./rudder-mcp.js";
|
|
6
6
|
export { AGENT_RUNTIME_SESSION_MANAGEMENT, LEGACY_SESSIONED_AGENT_RUNTIME_TYPES, getAgentRuntimeSessionManagement, hasSessionCompactionThresholds, readSessionCompactionOverride, resolveSessionCompactionPolicy } from "./session-compaction.js";
|
|
7
7
|
export type { AgentRuntimeSessionManagement, NativeContextManagement, ResolvedSessionCompactionPolicy, SessionCompactionPolicy } from "./session-compaction.js";
|
|
8
8
|
export type { AgentRuntimeAgent, AgentRuntimeBillingType, AgentRuntimeControlAttempt, AgentRuntimeControlAttemptLease, AgentRuntimeControlCoordinator, AgentRuntimeControlHandle, AgentRuntimeControlHandleLease, AgentRuntimeControlInterruptReason, AgentRuntimeControlInterruptResult, AgentRuntimeControlSteerInput, AgentRuntimeControlSteerResult, AgentRuntimeEnvironmentCheck, AgentRuntimeEnvironmentCheckLevel, AgentRuntimeEnvironmentTestContext, AgentRuntimeEnvironmentTestResult, AgentRuntimeEnvironmentTestStatus, AgentRuntimeExecutionContext, AgentRuntimeExecutionResult, AgentRuntimeInvocationMeta, AgentRuntimeLoadedSkillMeta, AgentRuntimeMediaAttachment, AgentRuntimeModel, AgentRuntimeServiceReport, AgentRuntimeSessionCodec, AgentRuntimeSkillContext, AgentRuntimeSkillEntry, AgentRuntimeSkillOrigin, AgentRuntimeSkillSnapshot, AgentRuntimeSkillState, AgentRuntimeSkillSyncMode, AgentRuntimeState, CLIAgentRuntimeModule, CreateConfigValues, HireApprovedHookResult, HireApprovedPayload, ModelFallbackConfig, ProviderQuotaResult, QuotaWindow, ServerAgentRuntimeModule, StdoutLineParser, TranscriptEntry, TranscriptTodoItem, TranscriptTodoItemStatus, UsageSummary } from "./types.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,iCAAiC,EACjC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,sBAAsB,EACtB,yBAAyB,EACzB,uBAAuB,EACvB,KAAK,gBAAgB,EACtB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mCAAmC,EACnC,uCAAuC,EACvC,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,gCAAgC,EAAE,iCAAiC,EAAE,6BAA6B,EAClG,6BAA6B,EAAE,6BAA6B,EAC5D,8BAA8B,EAC9B,0BAA0B,EAC1B,mCAAmC,EACnC,qCAAqC,EACrC,2BAA2B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,iCAAiC,EACjC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,sBAAsB,EACtB,yBAAyB,EACzB,uBAAuB,EACvB,KAAK,gBAAgB,EACtB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mCAAmC,EACnC,uCAAuC,EACvC,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,gCAAgC,EAAE,iCAAiC,EAAE,6BAA6B,EAClG,6BAA6B,EAAE,6BAA6B,EAC5D,8BAA8B,EAC9B,0BAA0B,EAC1B,mCAAmC,EACnC,qCAAqC,EACrC,2BAA2B,EAAE,8BAA8B,EAAE,2BAA2B,EAAE,sBAAsB,EAChH,qBAAqB,EACrB,+BAA+B,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,uBAAuB,EACnI,mBAAmB,EACnB,wBAAwB,EACxB,6BAA6B,EAC7B,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EACjC,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,gCAAgC,EAChC,oCAAoC,EACpC,gCAAgC,EAChC,8BAA8B,EAC9B,6BAA6B,EAC7B,8BAA8B,EAC/B,MAAM,yBAAyB,CAAC;AACjC,YAAY,EACV,6BAA6B,EAC7B,uBAAuB,EACvB,+BAA+B,EAC/B,uBAAuB,EACxB,MAAM,yBAAyB,CAAC;AACjC,YAAY,EACV,iBAAiB,EACjB,uBAAuB,EACvB,0BAA0B,EAC1B,+BAA+B,EAC/B,8BAA8B,EAC9B,yBAAyB,EACzB,8BAA8B,EAC9B,kCAAkC,EAClC,kCAAkC,EAClC,6BAA6B,EAC7B,8BAA8B,EAC9B,4BAA4B,EAC5B,iCAAiC,EACjC,kCAAkC,EAClC,iCAAiC,EACjC,iCAAiC,EACjC,4BAA4B,EAC5B,2BAA2B,EAC3B,0BAA0B,EAC1B,2BAA2B,EAC3B,2BAA2B,EAC3B,iBAAiB,EACjB,yBAAyB,EACzB,wBAAwB,EACxB,wBAAwB,EACxB,sBAAsB,EACtB,uBAAuB,EACvB,yBAAyB,EACzB,sBAAsB,EACtB,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,WAAW,EACX,wBAAwB,EACxB,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,wBAAwB,EACxB,YAAY,EACb,MAAM,YAAY,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -2,6 +2,6 @@ export { inferOpenAiCompatibleBiller } from "./billing.js";
|
|
|
2
2
|
export { REDACTED_HOME_PATH_USER, redactHomePathUserSegments, redactHomePathUserSegmentsInValue, redactTranscriptEntryPaths } from "./log-redaction.js";
|
|
3
3
|
export { buildModelAttemptSpecs, isSuccessfulRuntimeResult, normalizeModelFallbacks } from "./model-fallbacks.js";
|
|
4
4
|
export { assertUniqueOrganizationStorageKeys, normalizeOrganizationStoragePathSegment, resolveOrganizationLegacyStorageKey, resolveOrganizationStorageKey } from "./organization-storage.js";
|
|
5
|
-
export { RUDDER_BROWSER_MCP_CONTRACT_HASH, RUDDER_BROWSER_MCP_TOOL_CONTRACTS, RUDDER_BROWSER_MCP_TOOL_COUNT, RUDDER_BROWSER_MCP_TOOL_NAMES, RUDDER_CORE_MCP_CONTRACT_HASH, RUDDER_CORE_MCP_TOOL_CONTRACTS, RUDDER_CORE_MCP_TOOL_NAMES, RUDDER_MCP_CANONICAL_TOOL_CONTRACTS, RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS, RUDDER_MCP_CONTRACT_VERSION, RUDDER_MCP_MANAGED_ENV_KEYS, RUDDER_MCP_SERVER_NAME, RUDDER_MCP_TOOL_COUNT, applyRudderBrowserCapabilityEnv, filterRudderMcpToolsForBrowserCapability, isRudderBrowserMcpToolCandidate, pickRudderMcpManagedEnv, rudderMcpCliCommand, rudderMcpRuntimeMetadata, rudderMcpSemanticToolContract } from "./rudder-mcp.js";
|
|
5
|
+
export { RUDDER_BROWSER_MCP_CONTRACT_HASH, RUDDER_BROWSER_MCP_TOOL_CONTRACTS, RUDDER_BROWSER_MCP_TOOL_COUNT, RUDDER_BROWSER_MCP_TOOL_NAMES, RUDDER_CORE_MCP_CONTRACT_HASH, RUDDER_CORE_MCP_TOOL_CONTRACTS, RUDDER_CORE_MCP_TOOL_NAMES, RUDDER_MCP_CANONICAL_TOOL_CONTRACTS, RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS, RUDDER_MCP_CONTRACT_VERSION, RUDDER_MCP_LEGACY_SERVER_NAMES, RUDDER_MCP_MANAGED_ENV_KEYS, RUDDER_MCP_SERVER_NAME, RUDDER_MCP_TOOL_COUNT, applyRudderBrowserCapabilityEnv, filterRudderMcpToolsForBrowserCapability, isRudderBrowserMcpToolCandidate, pickRudderMcpManagedEnv, rudderMcpCliCommand, rudderMcpRuntimeMetadata, rudderMcpSemanticToolContract } from "./rudder-mcp.js";
|
|
6
6
|
export { AGENT_RUNTIME_SESSION_MANAGEMENT, LEGACY_SESSIONED_AGENT_RUNTIME_TYPES, getAgentRuntimeSessionManagement, hasSessionCompactionThresholds, readSessionCompactionOverride, resolveSessionCompactionPolicy } from "./session-compaction.js";
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,iCAAiC,EACjC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,sBAAsB,EACtB,yBAAyB,EACzB,uBAAuB,EAExB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mCAAmC,EACnC,uCAAuC,EACvC,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,gCAAgC,EAAE,iCAAiC,EAAE,6BAA6B,EAClG,6BAA6B,EAAE,6BAA6B,EAC5D,8BAA8B,EAC9B,0BAA0B,EAC1B,mCAAmC,EACnC,qCAAqC,EACrC,2BAA2B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,iCAAiC,EACjC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,sBAAsB,EACtB,yBAAyB,EACzB,uBAAuB,EAExB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mCAAmC,EACnC,uCAAuC,EACvC,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,gCAAgC,EAAE,iCAAiC,EAAE,6BAA6B,EAClG,6BAA6B,EAAE,6BAA6B,EAC5D,8BAA8B,EAC9B,0BAA0B,EAC1B,mCAAmC,EACnC,qCAAqC,EACrC,2BAA2B,EAAE,8BAA8B,EAAE,2BAA2B,EAAE,sBAAsB,EAChH,qBAAqB,EACrB,+BAA+B,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,uBAAuB,EACnI,mBAAmB,EACnB,wBAAwB,EACxB,6BAA6B,EAS9B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,gCAAgC,EAChC,oCAAoC,EACpC,gCAAgC,EAChC,8BAA8B,EAC9B,6BAA6B,EAC7B,8BAA8B,EAC/B,MAAM,yBAAyB,CAAC"}
|
|
@@ -14,12 +14,14 @@ export declare function rudderMcpInputSchemaForCapability(id: string): {
|
|
|
14
14
|
type: "object";
|
|
15
15
|
additionalProperties: false;
|
|
16
16
|
properties: Record<string, unknown>;
|
|
17
|
+
required?: string[];
|
|
17
18
|
};
|
|
18
19
|
export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
19
20
|
inputSchema: {
|
|
20
21
|
type: "object";
|
|
21
22
|
additionalProperties: false;
|
|
22
23
|
properties: Record<string, unknown>;
|
|
24
|
+
required?: string[];
|
|
23
25
|
};
|
|
24
26
|
capabilityId: "agent.me";
|
|
25
27
|
name: "rudder_agent_me";
|
|
@@ -33,6 +35,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
33
35
|
type: "object";
|
|
34
36
|
additionalProperties: false;
|
|
35
37
|
properties: Record<string, unknown>;
|
|
38
|
+
required?: string[];
|
|
36
39
|
};
|
|
37
40
|
capabilityId: "agent.inbox";
|
|
38
41
|
name: "rudder_agent_inbox";
|
|
@@ -46,6 +49,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
46
49
|
type: "object";
|
|
47
50
|
additionalProperties: false;
|
|
48
51
|
properties: Record<string, unknown>;
|
|
52
|
+
required?: string[];
|
|
49
53
|
};
|
|
50
54
|
capabilityId: "agent.capabilities";
|
|
51
55
|
name: "rudder_agent_capabilities";
|
|
@@ -59,10 +63,11 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
59
63
|
type: "object";
|
|
60
64
|
additionalProperties: false;
|
|
61
65
|
properties: Record<string, unknown>;
|
|
66
|
+
required?: string[];
|
|
62
67
|
};
|
|
63
68
|
capabilityId: "agent.update";
|
|
64
69
|
name: "rudder_agent_update";
|
|
65
|
-
description: "Update an agent's
|
|
70
|
+
description: "Update an agent's identity fields; defaults to the authenticated agent.";
|
|
66
71
|
mutating: true;
|
|
67
72
|
requiresOrgId: false;
|
|
68
73
|
requiresAgentId: false;
|
|
@@ -72,6 +77,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
72
77
|
type: "object";
|
|
73
78
|
additionalProperties: false;
|
|
74
79
|
properties: Record<string, unknown>;
|
|
80
|
+
required?: string[];
|
|
75
81
|
};
|
|
76
82
|
capabilityId: "agent.skills.create";
|
|
77
83
|
name: "rudder_agent_skills_create";
|
|
@@ -85,6 +91,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
85
91
|
type: "object";
|
|
86
92
|
additionalProperties: false;
|
|
87
93
|
properties: Record<string, unknown>;
|
|
94
|
+
required?: string[];
|
|
88
95
|
};
|
|
89
96
|
capabilityId: "agent.skills.enable";
|
|
90
97
|
name: "rudder_agent_skills_enable";
|
|
@@ -98,6 +105,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
98
105
|
type: "object";
|
|
99
106
|
additionalProperties: false;
|
|
100
107
|
properties: Record<string, unknown>;
|
|
108
|
+
required?: string[];
|
|
101
109
|
};
|
|
102
110
|
capabilityId: "agent.skills.sync";
|
|
103
111
|
name: "rudder_agent_skills_sync";
|
|
@@ -111,6 +119,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
111
119
|
type: "object";
|
|
112
120
|
additionalProperties: false;
|
|
113
121
|
properties: Record<string, unknown>;
|
|
122
|
+
required?: string[];
|
|
114
123
|
};
|
|
115
124
|
capabilityId: "issue.get";
|
|
116
125
|
name: "rudder_issue_get";
|
|
@@ -124,6 +133,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
124
133
|
type: "object";
|
|
125
134
|
additionalProperties: false;
|
|
126
135
|
properties: Record<string, unknown>;
|
|
136
|
+
required?: string[];
|
|
127
137
|
};
|
|
128
138
|
capabilityId: "issue.search";
|
|
129
139
|
name: "rudder_issue_search";
|
|
@@ -137,6 +147,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
137
147
|
type: "object";
|
|
138
148
|
additionalProperties: false;
|
|
139
149
|
properties: Record<string, unknown>;
|
|
150
|
+
required?: string[];
|
|
140
151
|
};
|
|
141
152
|
capabilityId: "issue.context";
|
|
142
153
|
name: "rudder_issue_context";
|
|
@@ -150,6 +161,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
150
161
|
type: "object";
|
|
151
162
|
additionalProperties: false;
|
|
152
163
|
properties: Record<string, unknown>;
|
|
164
|
+
required?: string[];
|
|
153
165
|
};
|
|
154
166
|
capabilityId: "issue.checkout";
|
|
155
167
|
name: "rudder_issue_checkout";
|
|
@@ -163,6 +175,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
163
175
|
type: "object";
|
|
164
176
|
additionalProperties: false;
|
|
165
177
|
properties: Record<string, unknown>;
|
|
178
|
+
required?: string[];
|
|
166
179
|
};
|
|
167
180
|
capabilityId: "issue.comment";
|
|
168
181
|
name: "rudder_issue_comment";
|
|
@@ -176,6 +189,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
176
189
|
type: "object";
|
|
177
190
|
additionalProperties: false;
|
|
178
191
|
properties: Record<string, unknown>;
|
|
192
|
+
required?: string[];
|
|
179
193
|
};
|
|
180
194
|
capabilityId: "issue.comments.list";
|
|
181
195
|
name: "rudder_issue_comments_list";
|
|
@@ -189,6 +203,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
189
203
|
type: "object";
|
|
190
204
|
additionalProperties: false;
|
|
191
205
|
properties: Record<string, unknown>;
|
|
206
|
+
required?: string[];
|
|
192
207
|
};
|
|
193
208
|
capabilityId: "issue.comments.get";
|
|
194
209
|
name: "rudder_issue_comments_get";
|
|
@@ -202,6 +217,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
202
217
|
type: "object";
|
|
203
218
|
additionalProperties: false;
|
|
204
219
|
properties: Record<string, unknown>;
|
|
220
|
+
required?: string[];
|
|
205
221
|
};
|
|
206
222
|
capabilityId: "issue.update";
|
|
207
223
|
name: "rudder_issue_update";
|
|
@@ -215,6 +231,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
215
231
|
type: "object";
|
|
216
232
|
additionalProperties: false;
|
|
217
233
|
properties: Record<string, unknown>;
|
|
234
|
+
required?: string[];
|
|
218
235
|
};
|
|
219
236
|
capabilityId: "issue.review";
|
|
220
237
|
name: "rudder_issue_review";
|
|
@@ -228,6 +245,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
228
245
|
type: "object";
|
|
229
246
|
additionalProperties: false;
|
|
230
247
|
properties: Record<string, unknown>;
|
|
248
|
+
required?: string[];
|
|
231
249
|
};
|
|
232
250
|
capabilityId: "issue.commit";
|
|
233
251
|
name: "rudder_issue_commit";
|
|
@@ -241,6 +259,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
241
259
|
type: "object";
|
|
242
260
|
additionalProperties: false;
|
|
243
261
|
properties: Record<string, unknown>;
|
|
262
|
+
required?: string[];
|
|
244
263
|
};
|
|
245
264
|
capabilityId: "issue.done";
|
|
246
265
|
name: "rudder_issue_done";
|
|
@@ -254,6 +273,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
254
273
|
type: "object";
|
|
255
274
|
additionalProperties: false;
|
|
256
275
|
properties: Record<string, unknown>;
|
|
276
|
+
required?: string[];
|
|
257
277
|
};
|
|
258
278
|
capabilityId: "issue.block";
|
|
259
279
|
name: "rudder_issue_block";
|
|
@@ -267,6 +287,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
267
287
|
type: "object";
|
|
268
288
|
additionalProperties: false;
|
|
269
289
|
properties: Record<string, unknown>;
|
|
290
|
+
required?: string[];
|
|
270
291
|
};
|
|
271
292
|
capabilityId: "project.list";
|
|
272
293
|
name: "rudder_project_list";
|
|
@@ -280,6 +301,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
280
301
|
type: "object";
|
|
281
302
|
additionalProperties: false;
|
|
282
303
|
properties: Record<string, unknown>;
|
|
304
|
+
required?: string[];
|
|
283
305
|
};
|
|
284
306
|
capabilityId: "project.get";
|
|
285
307
|
name: "rudder_project_get";
|
|
@@ -293,6 +315,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
293
315
|
type: "object";
|
|
294
316
|
additionalProperties: false;
|
|
295
317
|
properties: Record<string, unknown>;
|
|
318
|
+
required?: string[];
|
|
296
319
|
};
|
|
297
320
|
capabilityId: "project.create";
|
|
298
321
|
name: "rudder_project_create";
|
|
@@ -306,6 +329,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
306
329
|
type: "object";
|
|
307
330
|
additionalProperties: false;
|
|
308
331
|
properties: Record<string, unknown>;
|
|
332
|
+
required?: string[];
|
|
309
333
|
};
|
|
310
334
|
capabilityId: "project.update";
|
|
311
335
|
name: "rudder_project_update";
|
|
@@ -319,6 +343,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
319
343
|
type: "object";
|
|
320
344
|
additionalProperties: false;
|
|
321
345
|
properties: Record<string, unknown>;
|
|
346
|
+
required?: string[];
|
|
322
347
|
};
|
|
323
348
|
capabilityId: "user.activity";
|
|
324
349
|
name: "rudder_user_activity";
|
|
@@ -332,6 +357,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
332
357
|
type: "object";
|
|
333
358
|
additionalProperties: false;
|
|
334
359
|
properties: Record<string, unknown>;
|
|
360
|
+
required?: string[];
|
|
335
361
|
};
|
|
336
362
|
capabilityId: "library.file.list";
|
|
337
363
|
name: "rudder_library_file_list";
|
|
@@ -345,6 +371,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
345
371
|
type: "object";
|
|
346
372
|
additionalProperties: false;
|
|
347
373
|
properties: Record<string, unknown>;
|
|
374
|
+
required?: string[];
|
|
348
375
|
};
|
|
349
376
|
capabilityId: "library.file.get";
|
|
350
377
|
name: "rudder_library_file_get";
|
|
@@ -358,6 +385,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
358
385
|
type: "object";
|
|
359
386
|
additionalProperties: false;
|
|
360
387
|
properties: Record<string, unknown>;
|
|
388
|
+
required?: string[];
|
|
361
389
|
};
|
|
362
390
|
capabilityId: "library.file.ref";
|
|
363
391
|
name: "rudder_library_file_ref";
|
|
@@ -371,6 +399,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
371
399
|
type: "object";
|
|
372
400
|
additionalProperties: false;
|
|
373
401
|
properties: Record<string, unknown>;
|
|
402
|
+
required?: string[];
|
|
374
403
|
};
|
|
375
404
|
capabilityId: "library.file.link";
|
|
376
405
|
name: "rudder_library_file_link";
|
|
@@ -384,6 +413,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
384
413
|
type: "object";
|
|
385
414
|
additionalProperties: false;
|
|
386
415
|
properties: Record<string, unknown>;
|
|
416
|
+
required?: string[];
|
|
387
417
|
};
|
|
388
418
|
capabilityId: "library.file.put";
|
|
389
419
|
name: "rudder_library_file_put";
|
|
@@ -397,6 +427,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
397
427
|
type: "object";
|
|
398
428
|
additionalProperties: false;
|
|
399
429
|
properties: Record<string, unknown>;
|
|
430
|
+
required?: string[];
|
|
400
431
|
};
|
|
401
432
|
capabilityId: "approval.get";
|
|
402
433
|
name: "rudder_approval_get";
|
|
@@ -410,6 +441,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
410
441
|
type: "object";
|
|
411
442
|
additionalProperties: false;
|
|
412
443
|
properties: Record<string, unknown>;
|
|
444
|
+
required?: string[];
|
|
413
445
|
};
|
|
414
446
|
capabilityId: "approval.issues";
|
|
415
447
|
name: "rudder_approval_issues";
|
|
@@ -423,6 +455,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
423
455
|
type: "object";
|
|
424
456
|
additionalProperties: false;
|
|
425
457
|
properties: Record<string, unknown>;
|
|
458
|
+
required?: string[];
|
|
426
459
|
};
|
|
427
460
|
capabilityId: "approval.comment";
|
|
428
461
|
name: "rudder_approval_comment";
|
|
@@ -436,6 +469,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
436
469
|
type: "object";
|
|
437
470
|
additionalProperties: false;
|
|
438
471
|
properties: Record<string, unknown>;
|
|
472
|
+
required?: string[];
|
|
439
473
|
};
|
|
440
474
|
capabilityId: "skill.list";
|
|
441
475
|
name: "rudder_skill_list";
|
|
@@ -449,6 +483,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
449
483
|
type: "object";
|
|
450
484
|
additionalProperties: false;
|
|
451
485
|
properties: Record<string, unknown>;
|
|
486
|
+
required?: string[];
|
|
452
487
|
};
|
|
453
488
|
capabilityId: "skill.get";
|
|
454
489
|
name: "rudder_skill_get";
|
|
@@ -462,6 +497,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
462
497
|
type: "object";
|
|
463
498
|
additionalProperties: false;
|
|
464
499
|
properties: Record<string, unknown>;
|
|
500
|
+
required?: string[];
|
|
465
501
|
};
|
|
466
502
|
capabilityId: "skill.file";
|
|
467
503
|
name: "rudder_skill_file";
|
|
@@ -475,6 +511,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
475
511
|
type: "object";
|
|
476
512
|
additionalProperties: false;
|
|
477
513
|
properties: Record<string, unknown>;
|
|
514
|
+
required?: string[];
|
|
478
515
|
};
|
|
479
516
|
capabilityId: "skill.import";
|
|
480
517
|
name: "rudder_skill_import";
|
|
@@ -488,6 +525,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
488
525
|
type: "object";
|
|
489
526
|
additionalProperties: false;
|
|
490
527
|
properties: Record<string, unknown>;
|
|
528
|
+
required?: string[];
|
|
491
529
|
};
|
|
492
530
|
capabilityId: "skill.scan-local";
|
|
493
531
|
name: "rudder_skill_scan_local";
|
|
@@ -501,6 +539,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
501
539
|
type: "object";
|
|
502
540
|
additionalProperties: false;
|
|
503
541
|
properties: Record<string, unknown>;
|
|
542
|
+
required?: string[];
|
|
504
543
|
};
|
|
505
544
|
capabilityId: "skill.scan-projects";
|
|
506
545
|
name: "rudder_skill_scan_projects";
|
|
@@ -514,6 +553,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
514
553
|
type: "object";
|
|
515
554
|
additionalProperties: false;
|
|
516
555
|
properties: Record<string, unknown>;
|
|
556
|
+
required?: string[];
|
|
517
557
|
};
|
|
518
558
|
capabilityId: "browser.tabs";
|
|
519
559
|
name: "rudder_browser_tabs";
|
|
@@ -527,6 +567,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
527
567
|
type: "object";
|
|
528
568
|
additionalProperties: false;
|
|
529
569
|
properties: Record<string, unknown>;
|
|
570
|
+
required?: string[];
|
|
530
571
|
};
|
|
531
572
|
capabilityId: "browser.open";
|
|
532
573
|
name: "rudder_browser_open";
|
|
@@ -540,6 +581,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
540
581
|
type: "object";
|
|
541
582
|
additionalProperties: false;
|
|
542
583
|
properties: Record<string, unknown>;
|
|
584
|
+
required?: string[];
|
|
543
585
|
};
|
|
544
586
|
capabilityId: "browser.navigate";
|
|
545
587
|
name: "rudder_browser_navigate";
|
|
@@ -553,6 +595,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
553
595
|
type: "object";
|
|
554
596
|
additionalProperties: false;
|
|
555
597
|
properties: Record<string, unknown>;
|
|
598
|
+
required?: string[];
|
|
556
599
|
};
|
|
557
600
|
capabilityId: "browser.read";
|
|
558
601
|
name: "rudder_browser_read";
|
|
@@ -566,6 +609,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
566
609
|
type: "object";
|
|
567
610
|
additionalProperties: false;
|
|
568
611
|
properties: Record<string, unknown>;
|
|
612
|
+
required?: string[];
|
|
569
613
|
};
|
|
570
614
|
capabilityId: "browser.click";
|
|
571
615
|
name: "rudder_browser_click";
|
|
@@ -579,6 +623,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
579
623
|
type: "object";
|
|
580
624
|
additionalProperties: false;
|
|
581
625
|
properties: Record<string, unknown>;
|
|
626
|
+
required?: string[];
|
|
582
627
|
};
|
|
583
628
|
capabilityId: "browser.type";
|
|
584
629
|
name: "rudder_browser_type";
|
|
@@ -592,6 +637,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
592
637
|
type: "object";
|
|
593
638
|
additionalProperties: false;
|
|
594
639
|
properties: Record<string, unknown>;
|
|
640
|
+
required?: string[];
|
|
595
641
|
};
|
|
596
642
|
capabilityId: "browser.screenshot";
|
|
597
643
|
name: "rudder_browser_screenshot";
|
|
@@ -605,6 +651,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
605
651
|
type: "object";
|
|
606
652
|
additionalProperties: false;
|
|
607
653
|
properties: Record<string, unknown>;
|
|
654
|
+
required?: string[];
|
|
608
655
|
};
|
|
609
656
|
capabilityId: "browser.close";
|
|
610
657
|
name: "rudder_browser_close";
|
|
@@ -618,6 +665,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
618
665
|
type: "object";
|
|
619
666
|
additionalProperties: false;
|
|
620
667
|
properties: Record<string, unknown>;
|
|
668
|
+
required?: string[];
|
|
621
669
|
};
|
|
622
670
|
capabilityId: "automation.list";
|
|
623
671
|
name: "rudder_automation_list";
|
|
@@ -631,6 +679,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
631
679
|
type: "object";
|
|
632
680
|
additionalProperties: false;
|
|
633
681
|
properties: Record<string, unknown>;
|
|
682
|
+
required?: string[];
|
|
634
683
|
};
|
|
635
684
|
capabilityId: "automation.get";
|
|
636
685
|
name: "rudder_automation_get";
|
|
@@ -644,6 +693,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
644
693
|
type: "object";
|
|
645
694
|
additionalProperties: false;
|
|
646
695
|
properties: Record<string, unknown>;
|
|
696
|
+
required?: string[];
|
|
647
697
|
};
|
|
648
698
|
capabilityId: "automation.runs";
|
|
649
699
|
name: "rudder_automation_runs";
|
|
@@ -657,6 +707,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
657
707
|
type: "object";
|
|
658
708
|
additionalProperties: false;
|
|
659
709
|
properties: Record<string, unknown>;
|
|
710
|
+
required?: string[];
|
|
660
711
|
};
|
|
661
712
|
capabilityId: "automation.triggers.list";
|
|
662
713
|
name: "rudder_automation_triggers_list";
|
|
@@ -670,6 +721,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
670
721
|
type: "object";
|
|
671
722
|
additionalProperties: false;
|
|
672
723
|
properties: Record<string, unknown>;
|
|
724
|
+
required?: string[];
|
|
673
725
|
};
|
|
674
726
|
capabilityId: "automation.triggers.create";
|
|
675
727
|
name: "rudder_automation_triggers_create";
|
|
@@ -683,6 +735,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
683
735
|
type: "object";
|
|
684
736
|
additionalProperties: false;
|
|
685
737
|
properties: Record<string, unknown>;
|
|
738
|
+
required?: string[];
|
|
686
739
|
};
|
|
687
740
|
capabilityId: "automation.triggers.update";
|
|
688
741
|
name: "rudder_automation_triggers_update";
|
|
@@ -696,6 +749,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
696
749
|
type: "object";
|
|
697
750
|
additionalProperties: false;
|
|
698
751
|
properties: Record<string, unknown>;
|
|
752
|
+
required?: string[];
|
|
699
753
|
};
|
|
700
754
|
capabilityId: "automation.triggers.delete";
|
|
701
755
|
name: "rudder_automation_triggers_delete";
|
|
@@ -709,6 +763,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
709
763
|
type: "object";
|
|
710
764
|
additionalProperties: false;
|
|
711
765
|
properties: Record<string, unknown>;
|
|
766
|
+
required?: string[];
|
|
712
767
|
};
|
|
713
768
|
capabilityId: "automation.triggers.rotate-secret";
|
|
714
769
|
name: "rudder_automation_triggers_rotate_secret";
|
|
@@ -722,6 +777,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
722
777
|
type: "object";
|
|
723
778
|
additionalProperties: false;
|
|
724
779
|
properties: Record<string, unknown>;
|
|
780
|
+
required?: string[];
|
|
725
781
|
};
|
|
726
782
|
capabilityId: "automation.create";
|
|
727
783
|
name: "rudder_automation_create";
|
|
@@ -735,6 +791,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
735
791
|
type: "object";
|
|
736
792
|
additionalProperties: false;
|
|
737
793
|
properties: Record<string, unknown>;
|
|
794
|
+
required?: string[];
|
|
738
795
|
};
|
|
739
796
|
capabilityId: "automation.update";
|
|
740
797
|
name: "rudder_automation_update";
|
|
@@ -748,6 +805,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
748
805
|
type: "object";
|
|
749
806
|
additionalProperties: false;
|
|
750
807
|
properties: Record<string, unknown>;
|
|
808
|
+
required?: string[];
|
|
751
809
|
};
|
|
752
810
|
capabilityId: "automation.enable";
|
|
753
811
|
name: "rudder_automation_enable";
|
|
@@ -761,6 +819,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
761
819
|
type: "object";
|
|
762
820
|
additionalProperties: false;
|
|
763
821
|
properties: Record<string, unknown>;
|
|
822
|
+
required?: string[];
|
|
764
823
|
};
|
|
765
824
|
capabilityId: "automation.disable";
|
|
766
825
|
name: "rudder_automation_disable";
|
|
@@ -774,6 +833,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
774
833
|
type: "object";
|
|
775
834
|
additionalProperties: false;
|
|
776
835
|
properties: Record<string, unknown>;
|
|
836
|
+
required?: string[];
|
|
777
837
|
};
|
|
778
838
|
capabilityId: "automation.run";
|
|
779
839
|
name: "rudder_automation_run";
|
|
@@ -787,6 +847,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
787
847
|
type: "object";
|
|
788
848
|
additionalProperties: false;
|
|
789
849
|
properties: Record<string, unknown>;
|
|
850
|
+
required?: string[];
|
|
790
851
|
};
|
|
791
852
|
capabilityId: "chat.list";
|
|
792
853
|
name: "rudder_chat_list";
|
|
@@ -800,6 +861,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
800
861
|
type: "object";
|
|
801
862
|
additionalProperties: false;
|
|
802
863
|
properties: Record<string, unknown>;
|
|
864
|
+
required?: string[];
|
|
803
865
|
};
|
|
804
866
|
capabilityId: "chat.search";
|
|
805
867
|
name: "rudder_chat_search";
|
|
@@ -813,6 +875,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
813
875
|
type: "object";
|
|
814
876
|
additionalProperties: false;
|
|
815
877
|
properties: Record<string, unknown>;
|
|
878
|
+
required?: string[];
|
|
816
879
|
};
|
|
817
880
|
capabilityId: "chat.get";
|
|
818
881
|
name: "rudder_chat_get";
|
|
@@ -826,6 +889,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
826
889
|
type: "object";
|
|
827
890
|
additionalProperties: false;
|
|
828
891
|
properties: Record<string, unknown>;
|
|
892
|
+
required?: string[];
|
|
829
893
|
};
|
|
830
894
|
capabilityId: "chat.messages";
|
|
831
895
|
name: "rudder_chat_messages";
|
|
@@ -839,6 +903,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
839
903
|
type: "object";
|
|
840
904
|
additionalProperties: false;
|
|
841
905
|
properties: Record<string, unknown>;
|
|
906
|
+
required?: string[];
|
|
842
907
|
};
|
|
843
908
|
capabilityId: "chat.transcript";
|
|
844
909
|
name: "rudder_chat_transcript";
|
|
@@ -852,6 +917,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
852
917
|
type: "object";
|
|
853
918
|
additionalProperties: false;
|
|
854
919
|
properties: Record<string, unknown>;
|
|
920
|
+
required?: string[];
|
|
855
921
|
};
|
|
856
922
|
capabilityId: "chat.read";
|
|
857
923
|
name: "rudder_chat_read";
|
|
@@ -865,10 +931,11 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
865
931
|
type: "object";
|
|
866
932
|
additionalProperties: false;
|
|
867
933
|
properties: Record<string, unknown>;
|
|
934
|
+
required?: string[];
|
|
868
935
|
};
|
|
869
936
|
capabilityId: "chat.create";
|
|
870
937
|
name: "rudder_chat_create";
|
|
871
|
-
description: "Create a chat conversation.";
|
|
938
|
+
description: "Create a chat conversation with its first message.";
|
|
872
939
|
mutating: true;
|
|
873
940
|
requiresOrgId: true;
|
|
874
941
|
requiresAgentId: false;
|
|
@@ -878,6 +945,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
878
945
|
type: "object";
|
|
879
946
|
additionalProperties: false;
|
|
880
947
|
properties: Record<string, unknown>;
|
|
948
|
+
required?: string[];
|
|
881
949
|
};
|
|
882
950
|
capabilityId: "chat.send";
|
|
883
951
|
name: "rudder_chat_send";
|
|
@@ -891,6 +959,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
891
959
|
type: "object";
|
|
892
960
|
additionalProperties: false;
|
|
893
961
|
properties: Record<string, unknown>;
|
|
962
|
+
required?: string[];
|
|
894
963
|
};
|
|
895
964
|
capabilityId: "chat.archive";
|
|
896
965
|
name: "rudder_chat_archive";
|
|
@@ -904,6 +973,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
904
973
|
type: "object";
|
|
905
974
|
additionalProperties: false;
|
|
906
975
|
properties: Record<string, unknown>;
|
|
976
|
+
required?: string[];
|
|
907
977
|
};
|
|
908
978
|
capabilityId: "runs.list";
|
|
909
979
|
name: "rudder_runs_list";
|
|
@@ -917,6 +987,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
917
987
|
type: "object";
|
|
918
988
|
additionalProperties: false;
|
|
919
989
|
properties: Record<string, unknown>;
|
|
990
|
+
required?: string[];
|
|
920
991
|
};
|
|
921
992
|
capabilityId: "runs.by-skill";
|
|
922
993
|
name: "rudder_runs_by_skill";
|
|
@@ -930,6 +1001,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
930
1001
|
type: "object";
|
|
931
1002
|
additionalProperties: false;
|
|
932
1003
|
properties: Record<string, unknown>;
|
|
1004
|
+
required?: string[];
|
|
933
1005
|
};
|
|
934
1006
|
capabilityId: "runs.get";
|
|
935
1007
|
name: "rudder_runs_get";
|
|
@@ -943,6 +1015,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
943
1015
|
type: "object";
|
|
944
1016
|
additionalProperties: false;
|
|
945
1017
|
properties: Record<string, unknown>;
|
|
1018
|
+
required?: string[];
|
|
946
1019
|
};
|
|
947
1020
|
capabilityId: "runs.events";
|
|
948
1021
|
name: "rudder_runs_events";
|
|
@@ -956,6 +1029,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
956
1029
|
type: "object";
|
|
957
1030
|
additionalProperties: false;
|
|
958
1031
|
properties: Record<string, unknown>;
|
|
1032
|
+
required?: string[];
|
|
959
1033
|
};
|
|
960
1034
|
capabilityId: "runs.log";
|
|
961
1035
|
name: "rudder_runs_log";
|
|
@@ -969,6 +1043,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
969
1043
|
type: "object";
|
|
970
1044
|
additionalProperties: false;
|
|
971
1045
|
properties: Record<string, unknown>;
|
|
1046
|
+
required?: string[];
|
|
972
1047
|
};
|
|
973
1048
|
capabilityId: "runs.transcript";
|
|
974
1049
|
name: "rudder_runs_transcript";
|
|
@@ -982,6 +1057,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
982
1057
|
type: "object";
|
|
983
1058
|
additionalProperties: false;
|
|
984
1059
|
properties: Record<string, unknown>;
|
|
1060
|
+
required?: string[];
|
|
985
1061
|
};
|
|
986
1062
|
capabilityId: "runs.errors";
|
|
987
1063
|
name: "rudder_runs_errors";
|
|
@@ -995,6 +1071,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
995
1071
|
type: "object";
|
|
996
1072
|
additionalProperties: false;
|
|
997
1073
|
properties: Record<string, unknown>;
|
|
1074
|
+
required?: string[];
|
|
998
1075
|
};
|
|
999
1076
|
capabilityId: "runs.cancel";
|
|
1000
1077
|
name: "rudder_runs_cancel";
|
|
@@ -1008,6 +1085,7 @@ export declare const RUDDER_MCP_CANONICAL_TOOL_DEFINITIONS: ({
|
|
|
1008
1085
|
type: "object";
|
|
1009
1086
|
additionalProperties: false;
|
|
1010
1087
|
properties: Record<string, unknown>;
|
|
1088
|
+
required?: string[];
|
|
1011
1089
|
};
|
|
1012
1090
|
capabilityId: "runs.retry";
|
|
1013
1091
|
name: "rudder_runs_retry";
|
|
@@ -1023,6 +1101,6 @@ export declare const RUDDER_CORE_MCP_TOOL_CONTRACTS: RudderMcpSemanticToolContra
|
|
|
1023
1101
|
export declare const RUDDER_BROWSER_MCP_TOOL_CONTRACTS: RudderMcpSemanticToolContract[];
|
|
1024
1102
|
export declare const RUDDER_CORE_MCP_TOOL_NAMES: string[];
|
|
1025
1103
|
export declare const RUDDER_BROWSER_MCP_TOOL_NAMES: string[];
|
|
1026
|
-
export declare const RUDDER_CORE_MCP_CONTRACT_HASH = "
|
|
1104
|
+
export declare const RUDDER_CORE_MCP_CONTRACT_HASH = "998b5f7a23d57634148a59a04f002b46b480570952d9f7eb4a9fa559f756cb7c";
|
|
1027
1105
|
export declare const RUDDER_BROWSER_MCP_CONTRACT_HASH = "c4d41b5aaa22d76e528877c17cee84e0fb363b38ebe9d2ff4e1c36a46edecfbe";
|
|
1028
1106
|
//# sourceMappingURL=rudder-mcp-contract.d.ts.map
|