()
| 908 | * call. Names the contract rather than just refusing, since the reader is |
| 909 | * either a confused iframe or someone probing the app channel by hand. */ |
| 910 | const actionRejectedResult = (): McpToolResult => ({ |
| 911 | content: [{ type: "text", text: TOOL_CALL_CONTRACT_MESSAGE }], |
| 912 | structuredContent: { status: "error", error: "invalid_action_code" }, |
| 913 | isError: true, |
| 914 | }); |
| 915 | |
| 916 | /** |
| 917 | * The artifact whose bindings a call must be resolved through is missing or |
no outgoing calls
no test coverage detected