export declare const SKILL_MCP_TOOL_NAME = "skill_mcp";
export declare const SKILL_MCP_DESCRIPTION = "Invoke MCP server operations from skill-embedded MCPs. Requires mcp_name plus exactly one of: tool_name, resource_name, or prompt_name.";
export declare const BUILTIN_MCP_TOOL_HINTS: Record<string, string[]>;
