()
| 927 | * call. Names the contract rather than just refusing, since the reader is |
| 928 | * either a confused iframe or someone probing the app channel by hand. */ |
| 929 | const actionRejectedResult = (): McpToolResult => ({ |
| 930 | content: [{ type: "text", text: TOOL_CALL_CONTRACT_MESSAGE }], |
| 931 | structuredContent: { status: "error", error: "invalid_action_code" }, |
| 932 | isError: true, |
| 933 | }); |
| 934 | |
| 935 | /** |
| 936 | * The artifact whose bindings a call must be resolved through is missing or |
no outgoing calls
no test coverage detected