Added user types to filter the tools based on targeted audience

This commit is contained in:
AshAnand34
2025-07-11 15:25:01 -07:00
parent 3b702b260c
commit 18ba3f70d8
11 changed files with 289 additions and 85 deletions

View File

@@ -17,5 +17,6 @@ export const tool = defineTool('json', {
'json',
'string'
],
userTypes: ['Developers'],
component: lazy(() => import('./index'))
});