feat: expand magic notes MCP tools
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user