Files
artmcp/content/contact.json
Arthur DANJOU 33651945b8 refactor: transition from MCP to REST API for portfolio data
- Removed MCP server integration and related components from index.vue and contact.json.
- Updated project documentation to reflect the new ArtAPI server, including changes to project metadata and descriptions.
- Eliminated MCP toolkit dependencies from nuxt.config.ts and package.json.
- Introduced new REST API endpoints for chat prompts, replacing previous MCP prompts.
- Deleted obsolete MCP resources and prompts, streamlining the codebase for a more focused API approach.
2025-12-19 16:48:42 +01:00

45 lines
1.3 KiB
JSON

{
"contact": [
{
"name": "Personal Email",
"icon": "i-ph-envelope-simple-duotone",
"value": "https://go.arthurdanjou.fr/mail-perso"
},
{
"name": "Professional Email",
"icon": "i-ph-envelope-simple-duotone",
"value": "https://go.arthurdanjou.fr/mail-pro"
},
{
"name": "LinkedIn",
"icon": "i-ph:linkedin-logo-duotone",
"value": "https://go.arthurdanjou.fr/linkedin"
},
{
"name": "GitHub",
"icon": "i-ph:github-logo-duotone",
"value": "https://go.arthurdanjou.fr/github",
"username": "ArthurDanjou"
},
{
"name": "Twitter",
"icon": "i-ph:x-logo-duotone",
"value": "https://go.arthurdanjou.fr/twitter"
},
{
"name": "Discord",
"icon": "i-ph:discord-logo-duotone",
"value": "https://go.arthurdanjou.fr/discord"
},
{
"name": "Personal Website",
"icon": "i-ph:globe-duotone",
"value": "https://arthurdanjou.fr"
},
{
"name": "Status Page",
"icon": "i-ph:fire-duotone",
"value": "https://go.arthurdanjou.fr/status"
}
]
}