feat(tools): enforce skill capabilities and secret scopes

This commit is contained in:
William Valentin
2026-02-15 10:16:51 -08:00
parent 9900f41057
commit 3451df41b9
11 changed files with 483 additions and 4 deletions
+1
View File
@@ -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: {