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({
|
export const tool = defineTool({
|
||||||
name: 'JWT parser',
|
name: 'JWT parser',
|
||||||
path: '/jwt-parser',
|
path: '/jwt-parser',
|
||||||
description: '',
|
description: 'Parse a JWT (JSON Web Token) to display its content.',
|
||||||
keywords: ['jwt', 'parser'],
|
keywords: ['jwt', 'parser'],
|
||||||
component: () => import('./jwt-parser.vue'),
|
component: () => import('./jwt-parser.vue'),
|
||||||
icon: Key,
|
icon: Key,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user