Skip to content

copia para dejar comentarios#1

Open
fedemint wants to merge 1 commit into
leandrogavidia:mainfrom
fedemint:patch-1
Open

copia para dejar comentarios#1
fedemint wants to merge 1 commit into
leandrogavidia:mainfrom
fedemint:patch-1

Conversation

@fedemint
Copy link
Copy Markdown

No description provided.



## Crossmint Docs MCP Server

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Comment on lines +37 to +39
- **Name:** Crossmint Docs
- **URL:** https://docs.crossmint.com/mcp
- **Transport:** Streamable HTTP
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No se que es esto? para que sirve? tengo que copiarlo?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genial!

Que herramienta me enseña a configurar esta guia? Por qué elegis esa herramienta?

Cuales son las otras opciones?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahora leí más abajo, estaria bueno dar un preambulo como:

Suggested change
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.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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!!

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Factos

Comment on lines +89 to +95
**Input**

Your query message.

**Output**

A list of results that includes the following fields: Title, Link, and Content, along with code examples when available.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listo, agregados ejemplos mas detallados de input y responses

Comment on lines +97 to +99
### 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
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### 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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Siempre terminar con una sección de "next steps" o recomendacione para que el usuario siga navegando paginas que deba ver

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listo, agregada seccion de Learn More

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants