feat(tools): enforce skill capabilities and secret scopes
This commit is contained in:
@@ -135,6 +135,7 @@ export function createWebSearchTool(config: WebSearchConfig): Tool {
|
||||
name: 'web.search',
|
||||
description:
|
||||
'Search the web for current information. Returns titles, URLs, and snippets from web search results. Use this to find up-to-date information about any topic.',
|
||||
requiredSecretScopes: ['web_search'],
|
||||
inputSchema: {
|
||||
type: 'object',
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user