mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 16:34:22 +01:00
fix: mettre à jour les URL de l'API et ajouter la gestion des collections dans la configuration
This commit is contained in:
@@ -15,7 +15,7 @@ tags:
|
||||
|
||||
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
|
||||
|
||||
@@ -184,7 +184,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:
|
||||
@@ -192,7 +192,7 @@ Example MCP client configuration:
|
||||
{
|
||||
"mcpServers": {
|
||||
"artmcp": {
|
||||
"url": "https://mcp.arthurdanjou.fr/mcp"
|
||||
"url": "https://api.arthurdanjou.fr/mcp/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user