mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-25 15:30:26 +01:00
Suppression de l'ancienne API 'uses-by-category' et mise à jour des imports de 'zod' dans les fichiers de prompts et d'outils pour une meilleure cohérence.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import z from 'zod'
|
||||
import { z } from 'zod'
|
||||
|
||||
export default defineMcpTool({
|
||||
description: 'Retrieves a direct download link to Arthur Danjou\'s professional resume in the specified language. Supports both English and French versions.',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import z from 'zod'
|
||||
import { z } from 'zod'
|
||||
|
||||
export default defineMcpTool({
|
||||
description: 'Retrieves a filtered list of tools, software, and hardware used by Arthur Danjou based on a specific category. Available categories: homelab, IDE, hardware, and software.',
|
||||
|
||||
Reference in New Issue
Block a user