()
| 845 | * call. Names the contract rather than just refusing, since the reader is |
| 846 | * either a confused iframe or someone probing the app channel by hand. */ |
| 847 | const actionRejectedResult = (): McpToolResult => ({ |
| 848 | content: [{ type: "text", text: TOOL_CALL_CONTRACT_MESSAGE }], |
| 849 | structuredContent: { status: "error", error: "invalid_action_code" }, |
| 850 | isError: true, |
| 851 | }); |
| 852 | |
| 853 | /** |
| 854 | * The artifact whose bindings a call must be resolved through is missing or |
no outgoing calls
no test coverage detected