feat: mise à jour des URL de redirection et ajout de la documentation pour l'API

This commit is contained in:
2025-12-16 17:47:35 +01:00
parent 569b130e03
commit 03072cfc6f
4 changed files with 7 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ content/
To use this server with an MCP client:
1. Configure your MCP client to connect to `https://api.arthurdanjou.fr/mcp/mcp`
1. Configure your MCP client to connect to `https://api.arthurdanjou.fr/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://api.arthurdanjou.fr/mcp/mcp"
"url": "https://api.arthurdanjou.fr/mcp"
}
}
}