fix(skill-mcp): clarify builtin MCP error hint

This commit is contained in:
acamq
2026-02-27 10:03:20 -07:00
parent 518e3c5da7
commit deb904bbc4
3 changed files with 67 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
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"],
}