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.
This commit is contained in:
2025-11-30 14:54:37 +01:00
parent ebcc2aa821
commit 2a1c6369f3
41 changed files with 717 additions and 12081 deletions

View File

@@ -12,34 +12,21 @@
"lint": "eslint ."
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.22.0",
"@nuxt/content": "3.8.2",
"@nuxt/eslint": "1.10.0",
"@nuxthub/core": "^0.9.0",
"better-sqlite3": "^12.4.1",
"@nuxt/eslint": "1.11.0",
"@nuxthub/core": "0.9.1",
"@nuxtjs/mcp-toolkit": "0.4.1",
"better-sqlite3": "12.5.0",
"nuxt": "4.2.1",
"vue": "3.5.24",
"vue": "3.5.25",
"vue-router": "4.6.3",
"zod": "^4.1.12"
"zod": "4.1.13"
},
"devDependencies": {
"@nuxt/eslint-config": "1.10.0",
"@nuxt/eslint-config": "1.11.0",
"eslint": "9.39.1",
"typescript": "5.9.3",
"vue-tsc": "3.1.3",
"wrangler": "4.48.0"
},
"packageManager": "pnpm@10.12.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"unrs-resolver",
"workerd"
],
"ignoredBuiltDependencies": [
"better-sqlite3"
]
"vue-tsc": "3.1.5",
"wrangler": "4.51.0"
}
}