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 * from "./constants"
export * from "./types"
export { createSkillMcpTool } from "./tools"