Spaces:
Build error
Build error
| import { type McpToolAnnotations } from 'src/engine/api/mcp/types/mcp-tool-annotations.type'; | |
| export const MCP_EXECUTE_TOOL_ANNOTATIONS: McpToolAnnotations = { | |
| readOnlyHint: false, | |
| openWorldHint: true, | |
| destructiveHint: true, | |
| }; | |