()
| 897 | * call. Names the contract rather than just refusing, since the reader is |
| 898 | * either a confused iframe or someone probing the app channel by hand. */ |
| 899 | const actionRejectedResult = (): McpToolResult => ({ |
| 900 | content: [{ type: "text", text: TOOL_CALL_CONTRACT_MESSAGE }], |
| 901 | structuredContent: { status: "error", error: "invalid_action_code" }, |
| 902 | isError: true, |
| 903 | }); |
| 904 | |
| 905 | /** |
| 906 | * The artifact whose bindings a call must be resolved through is missing or |
no outgoing calls
no test coverage detected