added description of the tool
This commit is contained in:
		
							parent
							
								
									b1e681914f
								
							
						
					
					
						commit
						a4f6c5da80
					
				| @ -4,7 +4,7 @@ import { defineTool } from '../tool'; | ||||
| export const tool = defineTool({ | ||||
|   name: 'JWT parser', | ||||
|   path: '/jwt-parser', | ||||
|   description: '', | ||||
|   description: 'Parse a JWT (JSON Web Token) to display its content.', | ||||
|   keywords: ['jwt', 'parser'], | ||||
|   component: () => import('./jwt-parser.vue'), | ||||
|   icon: Key, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user