fix: mettre à jour les URL de l'API et ajouter la gestion des collections dans la configuration

This commit is contained in:
2025-12-16 16:43:30 +01:00
parent 579f7b4030
commit e49fc32e52
10 changed files with 362 additions and 325 deletions

View File

@@ -2,7 +2,7 @@
A comprehensive [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server exposing professional profile information about Arthur Danjou. Built with [Nuxt](https://nuxt.com) and deployed on [NuxtHub](https://hub.nuxt.com) at the Edge.
🔗 **Live Server**: https://mcp.arthurdanjou.fr
🔗 **Live Server**: https://api.arthurdanjou.fr/mcp
## 🎯 Features
@@ -171,7 +171,7 @@ content/
To use this server with an MCP client:
1. Configure your MCP client to connect to `https://mcp.arthurdanjou.fr/mcp`
1. Configure your MCP client to connect to `https://api.arthurdanjou.fr/mcp/mcp`
2. Or use the API directly via REST endpoints
Example MCP client configuration:
@@ -179,7 +179,7 @@ Example MCP client configuration:
{
"mcpServers": {
"artmcp": {
"url": "https://mcp.arthurdanjou.fr/mcp"
"url": "https://api.arthurdanjou.fr/mcp/mcp"
}
}
}