Commit Graph

10 Commits

Author SHA1 Message Date
30fbaef056 chore: update dependencies to latest versions
- bump nuxt from 4.2.1 to 4.2.2
- update vue-router from 4.6.3 to 4.6.4
- upgrade zod from 4.1.13 to 4.2.1
- update @nuxt/eslint-config from 1.11.0 to 1.12.1
- bump eslint from 9.39.1 to 9.39.2
- upgrade vue-tsc from 3.1.5 to 3.1.8
- update wrangler from 4.51.0 to 4.55.0
2025-12-16 14:53:16 +01:00
ba4a6bc191 chore: update dependencies to include @libsql/client, drizzle-kit, and drizzle-orm 2025-12-16 14:50:51 +01:00
c59c6fc585 feat: update documentation source and add index.md
- Changed documentation source from 'documentation.md' to 'index.md' in content.config.ts.
- Added new index.md file containing comprehensive documentation for ArtMCP, including installation, tools, prompts, resources, MCP integration, and API endpoints.
- Updated GitHub repository configuration in nuxt.config.ts for consistency.
- Bumped dependencies in package.json to latest versions for improved functionality and security.
2025-12-14 13:33:51 +01:00
f58ba9071c Ajout de la configuration de nuxt-studio et mise à jour des dépendances dans package.json et bun.lock 2025-11-30 15:01:20 +01:00
2a1c6369f3 Refactor MCP API: Remove deprecated endpoints and add new resource handlers
- Deleted old API endpoints for contact, education, experiences, hobbies, languages, profile, projects, skills, and uses.
- Introduced new resource handlers for contact, education, experiences, hobbies, languages, profile, projects, skills, and uses with structured responses.
- Added new MCP prompts for real-time activity, contact information, hobbies, languages, profile, projects, skills, stats, and status page.
- Implemented tools for fetching real-time activity, resume links, coding stats, and weather information.
- Removed legacy MCP server route and replaced it with a modular approach for better maintainability.
2025-11-30 14:54:37 +01:00
025820a85d chore: update dependencies and improve type safety in mcp routes
- Updated @modelcontextprotocol/sdk to version 1.22.0 and @nuxt/content to 3.8.2.
- Upgraded zod to version 4.1.12 for better type inference.
- Updated wrangler to version 4.48.0.
- Refactored mcp.ts to use zod for input schema validation with explicit types for language arguments.
2025-11-14 17:27:08 +01:00
80202350a7 refactor: supprimer les dépendances obsolètes pour alléger le projet 2025-11-13 15:36:51 +01:00
74d747e29a Refactor experiences data format from JSON to Markdown
- Updated content.config.ts to change experiences source from JSON to Markdown files.
- Deleted JSON files for experiences: artdanjproduction, erisium, picard, and sevetys.
- Created corresponding Markdown files for each experience with structured front matter.
- Added new API endpoints for fetching experiences and projects in Markdown format.
- Removed unused ping API endpoint.
- Updated package.json with new dependencies for AI SDK and Zod.
- Added new resume files in PDF format for M1 2026 in English and French.
2025-11-12 23:23:05 +01:00
fecf990810 chore: update nuxt.config.ts and package.json for dependency upgrades and cleanup
- Removed unnecessary comments from nuxt.config.ts for better readability.
- Upgraded @nuxt/eslint from ^1.4.1 to 1.10.0.
- Updated nuxt from ^3.17.5 to 4.2.1 and vue from ^3.5.16 to 3.5.24.
- Updated vue-router from ^4.5.1 to 4.6.3.
- Updated devDependencies:
  - @nuxt/eslint-config from ^1.4.1 to 1.10.0.
  - eslint from ^9.29.0 to 9.39.1.
  - typescript from ^5.8.3 to 5.9.3.
  - vue-tsc from ^2.2.10 to 3.1.3.
  - wrangler from ^4.20.1 to 4.47.0.
2025-11-12 16:25:39 +01:00
db045807b1 Initial commit for ArtRag 2025-11-12 16:12:56 +01:00