10 lines
442 B
TypeScript
10 lines
442 B
TypeScript
export const SKILL_MCP_TOOL_NAME = "skill_mcp"
|
|
|
|
export 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 const BUILTIN_MCP_TOOL_HINTS: Record<string, string[]> = {
|
|
context7: ["context7_resolve-library-id", "context7_query-docs"],
|
|
websearch: ["websearch_web_search_exa"],
|
|
grep_app: ["grep_app_searchGitHub"],
|
|
}
|