test(skill-mcp): add scope field to test fixtures

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-08 13:11:28 +09:00
parent fa140b0375
commit 35f778db2d
4 changed files with 43 additions and 5 deletions
@@ -94,6 +94,7 @@ function createClientInfo(serverName: string): SkillMcpClientInfo {
serverName,
skillName: "env-skill",
sessionID: "session-env",
scope: "builtin",
}
}