MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / actionRejectedResult

Function actionRejectedResult

packages/hosts/mcp/src/tool-server.ts:891–895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

889 * call. Names the contract rather than just refusing, since the reader is
890 * either a confused iframe or someone probing the app channel by hand. */
891const actionRejectedResult = (): McpToolResult => ({
892 content: [{ type: "text", text: TOOL_CALL_CONTRACT_MESSAGE }],
893 structuredContent: { status: "error", error: "invalid_action_code" },
894 isError: true,
895});
896
897/**
898 * The artifact whose bindings a call must be resolved through is missing or

Callers 1

executeCodeFromAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected