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
@@ -23,6 +23,7 @@ export async function formatMcpCapabilities(
serverName,
skillName: skill.name,
sessionID,
scope: skill.scope,
}
const context: SkillMcpServerContext = {
config,