()
| 868 | * call. Names the contract rather than just refusing, since the reader is |
| 869 | * either a confused iframe or someone probing the app channel by hand. */ |
| 870 | const actionRejectedResult = (): McpToolResult => ({ |
| 871 | content: [{ type: "text", text: TOOL_CALL_CONTRACT_MESSAGE }], |
| 872 | structuredContent: { status: "error", error: "invalid_action_code" }, |
| 873 | isError: true, |
| 874 | }); |
| 875 | |
| 876 | /** |
| 877 | * The artifact whose bindings a call must be resolved through is missing or |
no outgoing calls
no test coverage detected