From 71a05b355780366b015c9429e41f953a93c08ff6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:11:27 +0000 Subject: [PATCH] Update README based on latest commits and correct packages Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com> --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 80455e5..4c436ab 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,15 @@ The server exposes the following resources through the Model Context Protocol: - **๐ŸŽจ Hobbies** (`resource://artmcp/hobbies`) - Personal interests and activities - **๐Ÿ“ž Contact** (`resource://artmcp/contact`) - Professional contact information and social links - **๐Ÿ› ๏ธ Uses** (`resource://artmcp/uses`) - Tools, hardware, and software setup -- **๐Ÿ“ˆ Activity** (`resource://artmcp/activity`) - Real-time coding activity (Discord integration) -- **โฑ๏ธ Wakatime** (`resource://artmcp/wakatime`) - Coding statistics powered by Wakatime -- **๐Ÿ  Status Page** (`resource://artmcp/status_page`) - Homelab services uptime and incidents ### MCP Tools -- **`get_resume_link`** - Get download link for resume in English or French -- **`get-uses-by-category`** - Filter uses by category (homelab, ide, hardware, software) +- **`activity`** - Real-time current activity and status of Arthur Danjou +- **`resume-link`** - Get download link for resume in English or French +- **`stats`** - Detailed coding statistics and analytics from WakaTime +- **`status-page`** - Real-time status and uptime monitoring for homelab infrastructure +- **`uses-by-category`** - Filter uses by category (homelab, ide, hardware, software) +- **`weather`** - Get current weather for a city ### MCP Prompts @@ -43,8 +44,9 @@ Pre-configured prompts for common queries about: This project uses: - **Nuxt 4** with Nitro for server-side rendering - **@nuxt/content** for content management -- **@modelcontextprotocol/sdk** for MCP server implementation +- **@nuxtjs/mcp-toolkit** for MCP server implementation - **NuxtHub** for edge deployment on Cloudflare Workers +- **nuxt-studio** for content management studio - **Zod** for schema validation ## ๐Ÿš€ Getting Started @@ -113,16 +115,15 @@ All resources are also available as REST API endpoints: - `GET /api/skills` - `GET /api/experiences` - `GET /api/projects` -- `GET /api/educations` +- `GET /api/education` - `GET /api/languages` - `GET /api/profile` - `GET /api/hobbies` - `GET /api/contact` - `GET /api/uses` -- `GET /api/uses-by-category?categoryName={category}` - `GET /api/activity` - `GET /api/wakatime` -- `GET /api/status_page` +- `GET /api/status-page` - `GET /api/resumes/{en|fr}` - Download resume ## ๐Ÿงช Development @@ -147,9 +148,10 @@ Content is managed in the `content/` directory: content/ โ”œโ”€โ”€ skills.json # Technical skills โ”œโ”€โ”€ languages.json # Spoken languages -โ”œโ”€โ”€ profile.json # Comprehensive profile info +โ”œโ”€โ”€ profile.md # Comprehensive profile info โ”œโ”€โ”€ contact.json # Contact information โ”œโ”€โ”€ hobbies.md # Personal interests +โ”œโ”€โ”€ documentation.md # MCP documentation โ”œโ”€โ”€ experiences/*.md # Work experiences โ”œโ”€โ”€ projects/*.md # Project portfolio โ”œโ”€โ”€ education/*.md # Academic background @@ -159,8 +161,9 @@ content/ ## ๐Ÿ”ง Technologies - **Frontend/Backend**: Nuxt 4, Vue 3, Nitro -- **MCP**: Model Context Protocol SDK +- **MCP**: @nuxtjs/mcp-toolkit - **Content**: Nuxt Content with better-sqlite3 +- **Content Studio**: nuxt-studio - **Deployment**: Cloudflare Workers via NuxtHub - **Validation**: Zod schemas @@ -193,7 +196,7 @@ Private project - All rights reserved ## ๐Ÿ‘ค About **Arthur Danjou** -- Developer enjoying Artificial Intelligence and Machine Learning. Mathematics Student at Paris Dauphine-PSL University specialised in Statistics +- Data Science & Applied AI student at Paris Dauphine-PSL University, passionate about machine learning and mathematical modelling - ๐Ÿ“ Paris, France - ๐Ÿ”— [LinkedIn](https://go.arthurdanjou.fr/linkedin) - ๐Ÿ™ [GitHub](https://go.arthurdanjou.fr/github)