feat(tools): add skill_mcp tool for invoking skill-embedded MCP operations

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2026-01-01 22:52:46 +09:00
parent 659c45a171
commit 12f614f004
5 changed files with 313 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
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.`