copia para dejar comentarios#1
Conversation
|
|
||
|
|
||
| ## Crossmint Docs MCP Server | ||
|
|
There was a problem hiding this comment.
Siempre es bueno agregar una breve descripcion de una oración con lo que va aprender el usuario
"Learn How To Use The Crossmint MCP"
|
|
||
| Model Context Protocol (MCP) is a standard that enables AI agents to connect quickly and efficiently to external tools or data sources. | ||
|
|
||
| The Crossmint Docs MCP Server provides real-time access to the Crossmint documentation, offering a more efficient alternative to traditional `llms.txt` files. Instead of loading the entire documentation with every interaction which unnecessarily increases token usage the server receives your query and returns only the most relevant sections. This approach modularizes token consumption, improves performance, and ensures that the latest version of the documentation is always consulted. |
There was a problem hiding this comment.
| The Crossmint Docs MCP Server provides real-time access to the Crossmint documentation, offering a more efficient alternative to traditional `llms.txt` files. Instead of loading the entire documentation with every interaction which unnecessarily increases token usage the server receives your query and returns only the most relevant sections. This approach modularizes token consumption, improves performance, and ensures that the latest version of the documentation is always consulted. | |
| The Crossmint Docs MCP gives your agent the ability to access real-time the Crossmint documentation, which is more efficient than traditional `llms.txt` files. | |
| Instead of loading the entire documentation with every interaction the server receives your query and returns only the most relevant sections. |
Siempre hay que intentar escribir lo menor posible para dar la mayor información. Cambiando un poco las palabras en este texto sigo diciendo:
- que es lo que hace
- por qué es importante usarlo
| - **Name:** Crossmint Docs | ||
| - **URL:** https://docs.crossmint.com/mcp | ||
| - **Transport:** Streamable HTTP |
There was a problem hiding this comment.
No se que es esto? para que sirve? tengo que copiarlo?
There was a problem hiding this comment.
Si, es lo que necesitas para conectar el MCP Server a la herramienta IA que uses.
Principalmente la URL y el transport que son los mas importantes, el nombre es personalizable
Justo en la seccion Installation se muestra
|
|
||
| ### Installation | ||
|
|
||
| Depending on the tool you use, the configuration may vary. |
There was a problem hiding this comment.
Genial!
Que herramienta me enseña a configurar esta guia? Por qué elegis esa herramienta?
Cuales son las otras opciones?
There was a problem hiding this comment.
Ahora leí más abajo, estaria bueno dar un preambulo como:
| Depending on the tool you use, the configuration may vary. | |
| Depending on the tool you use, the configuration may vary. In this guide we'll share the configuration for the most common tools. |
|
|
||
| ### Usage | ||
|
|
||
| Once you have configured and connected the MCP Server, you will have access to a single tool called `SearchCrossmintDocs`. This tool allows you to search through the Crossmint documentation to find relevant information, code examples, API references, and guides. |
There was a problem hiding this comment.
| Once you have configured and connected the MCP Server, you will have access to a single tool called `SearchCrossmintDocs`. This tool allows you to search through the Crossmint documentation to find relevant information, code examples, API references, and guides. | |
| Once you have configured and connected the MCP Server, your agent will have access to a single tool called `SearchCrossmintDocs`. This tool allows it to search through the Crossmint documentation to find relevant information, code examples, API references, and guides. |
Seguis diciendo "you will have access..." pero el acceso lo tendrá su agente. Importante diferencia!!
| **Input** | ||
|
|
||
| Your query message. | ||
|
|
||
| **Output** | ||
|
|
||
| A list of results that includes the following fields: Title, Link, and Content, along with code examples when available. |
There was a problem hiding this comment.
Esto es un poco raro y no me enseña nada. Por qué no poner unos buenos ejemplos de cómo usarlo?
Algunas preguntas que den resultados que impresionen quizás!
2 o 3 ejemplos, no mucho.
There was a problem hiding this comment.
Listo, agregados ejemplos mas detallados de input y responses
| ### Mintlify | ||
|
|
||
| The Crossmint documentation and its MCP Server are powered by **Mintlify**. You can find more detailed technical information in their [documentation](https://www.mintlify.com/docs/ai/model-context-protocol#using-your-mcp-server). No newline at end of file |
There was a problem hiding this comment.
| ### Mintlify | |
| The Crossmint documentation and its MCP Server are powered by **Mintlify**. You can find more detailed technical information in their [documentation](https://www.mintlify.com/docs/ai/model-context-protocol#using-your-mcp-server). |
No nos interesa, desde crossmint, darle espacio a mintlify simplemente porque le agrega lectura al usuario sin darle valor real.
| **Output** | ||
|
|
||
| A list of results that includes the following fields: Title, Link, and Content, along with code examples when available. | ||
|
|
There was a problem hiding this comment.
Siempre terminar con una sección de "next steps" o recomendacione para que el usuario siga navegando paginas que deba ver
There was a problem hiding this comment.
Listo, agregada seccion de Learn More
No description provided.