diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 9926b72123..feea593f9f 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -116,6 +116,8 @@ Mintlify hosts a discovery document at `/.well-known/mcp` for agents and tools t | `servers[].name` | Identifier for the server entry. | | `servers[].authentication` | Authentication method for the server entry. | +For compatibility with agent-readiness scanners, the same discovery document is also available at `/.well-known/mcp.json`. Mintlify additionally serves an [MCP server card](https://modelcontextprotocol.io) at `/.well-known/mcp/server-card.json` and a list of server cards at `/.well-known/mcp/server-cards.json`. All discovery endpoints are served automatically and require no configuration. + ### Enable authenticated MCP If your documentation requires authentication, your MCP server requires users to authenticate before connecting. When a user adds your MCP server URL to their AI tool, they must log in with their existing credentials. After authenticating, a redirect sends them back to their tool. The MCP server only returns content each user has permission to access based on their [user groups](/deploy/authentication-setup). diff --git a/es/ai/model-context-protocol.mdx b/es/ai/model-context-protocol.mdx index f7b5d159ff..c2ea32cec9 100644 --- a/es/ai/model-context-protocol.mdx +++ b/es/ai/model-context-protocol.mdx @@ -133,6 +133,8 @@ Mintlify aloja un documento de descubrimiento en `/.well-known/mcp` para que los | `servers[].name` | Identificador de la entrada del servidor. | | `servers[].authentication` | Método de autenticación de la entrada del servidor. | +Para garantizar la compatibilidad con los escáneres de preparación para agentes, el mismo documento de descubrimiento también está disponible en `/.well-known/mcp.json`. Mintlify también publica una [tarjeta de servidor MCP](https://modelcontextprotocol.io) en `/.well-known/mcp/server-card.json` y una lista de tarjetas de servidor en `/.well-known/mcp/server-cards.json`. Todos los endpoints de descubrimiento se sirven automáticamente y no requieren configuración. +