feat: expand magic notes MCP tools

This commit is contained in:
lofyer
2026-08-10 23:02:45 +08:00
parent cb0319c4d1
commit 5cb99f3097
16 changed files with 1282 additions and 75 deletions
+6
View File
@@ -288,6 +288,12 @@ describe('ContinueAgentRuntime', () => {
await expect(
authorize?.({ toolName: 'note_search' })
).resolves.toBe('once')
await expect(
authorize?.({ toolName: 'note_list' })
).resolves.toBe('once')
await expect(
authorize?.({ toolName: 'note_get' })
).resolves.toBe('once')
await expect(authorize?.({ toolName: 'Bash' })).resolves.toBe('deny')
})