feat(skill-mcp): add MCP client manager with lazy loading and session cleanup

🤖 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:20 +09:00
parent c8aed3f428
commit 06dee7248b
4 changed files with 335 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./types"
export { SkillMcpManager } from "./manager"