@settlemint/sdk-mcp 2.2.0-prc00b96af → 2.2.0-prc49c3ef3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,8 +51,6 @@
51
51
 
52
52
  The SettleMint Model Context Provider provides a simple way integrate an LLM, AI IDE, or AI Agent with the SettleMint platform and your deployed usecase.
53
53
 
54
- For detailed information about using MCP with the SettleMint platform, check out our [official documentation](https://console.settlemint.com/documentation).
55
-
56
54
  ## Introduction to Model Context Protocol (MCP)
57
55
 
58
56
  The Model Context Protocol (MCP) is a framework designed to enhance the capabilities of AI agents and large language models (LLMs) by providing structured, contextual access to external data. It acts as a bridge between AI models and a variety of data sources such as blockchain networks, external APIs, databases, and developer environments. In essence, MCP allows an AI model to pull in relevant context from the outside world, enabling more informed reasoning and interaction.