mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
feat: mise à jour des URL de redirection et ajout de la documentation pour l'API
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ const resources = [
|
||||
|
||||
<div class="flex flex-col sm:flex-row gap-4 justify-center mb-12">
|
||||
<UButton
|
||||
to="/mcp"
|
||||
to="/docs"
|
||||
size="xl"
|
||||
icon="i-heroicons-book-open"
|
||||
class="shadow-lg"
|
||||
@@ -218,7 +218,7 @@ const resources = [
|
||||
{
|
||||
"mcpServers": {
|
||||
"artmcp": {
|
||||
"url": "https://api.arthurdanjou.fr/mcp/mcp"
|
||||
"url": "https://api.arthurdanjou.fr/mcp"
|
||||
}
|
||||
}
|
||||
}</code>
|
||||
@@ -258,7 +258,7 @@ curl https://api.arthurdanjou.fr/api/skills</code>
|
||||
</p>
|
||||
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<UButton
|
||||
to="/mcp"
|
||||
to="/docs"
|
||||
size="xl"
|
||||
icon="i-heroicons-arrow-right"
|
||||
trailing
|
||||
|
||||
@@ -64,7 +64,7 @@ export default defineNuxtConfig({
|
||||
mcp: {
|
||||
name: 'ArtMCP',
|
||||
version: '1.0.0',
|
||||
browserRedirect: '/mcp'
|
||||
browserRedirect: '/docs'
|
||||
},
|
||||
|
||||
studio: {
|
||||
@@ -72,7 +72,7 @@ export default defineNuxtConfig({
|
||||
repository: {
|
||||
provider: 'github',
|
||||
owner: 'ArthurDanjou',
|
||||
repo: 'artmcp',
|
||||
repo: 'artapi',
|
||||
branch: 'master'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user