Skip to content

AppMcpToolDefinition

Defined in: mcp.ts:54

Definition for an MCP tool provided by an app. Apps declare these in their AppSpec.mcpTools array; the platform namespaces them as {appId}_{toolName} and routes calls through the app-tools loader.

handler: (args, ctx) => Promise<ToolResult>

Defined in: mcp.ts:56

Record<string, unknown>

AppMcpToolContext

Promise<ToolResult>


schema: ToolSchema

Defined in: mcp.ts:55