@settlemint/sdk-mcp 2.2.0-pr72a2ad5d → 2.2.0-pradaf999e
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 +2 -0
- package/dist/mcp.js +4 -4
- package/dist/mcp.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -51,6 +51,8 @@
|
|
|
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
|
+
|
|
54
56
|
## Introduction to Model Context Protocol (MCP)
|
|
55
57
|
|
|
56
58
|
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.
|
package/dist/mcp.js
CHANGED
|
@@ -61234,7 +61234,7 @@ var {
|
|
|
61234
61234
|
var package_default = {
|
|
61235
61235
|
name: "@settlemint/sdk-mcp",
|
|
61236
61236
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
61237
|
-
version: "2.2.0-
|
|
61237
|
+
version: "2.2.0-pradaf999e",
|
|
61238
61238
|
type: "module",
|
|
61239
61239
|
private: false,
|
|
61240
61240
|
license: "FSL-1.1-MIT",
|
|
@@ -61276,8 +61276,8 @@ var package_default = {
|
|
|
61276
61276
|
"@graphql-tools/load": "8.1.0",
|
|
61277
61277
|
"@graphql-tools/url-loader": "8.0.31",
|
|
61278
61278
|
"@modelcontextprotocol/sdk": "1.10.2",
|
|
61279
|
-
"@settlemint/sdk-js": "2.2.0-
|
|
61280
|
-
"@settlemint/sdk-utils": "2.2.0-
|
|
61279
|
+
"@settlemint/sdk-js": "2.2.0-pradaf999e",
|
|
61280
|
+
"@settlemint/sdk-utils": "2.2.0-pradaf999e",
|
|
61281
61281
|
"@commander-js/extra-typings": "11.1.0",
|
|
61282
61282
|
commander: "11.1.0",
|
|
61283
61283
|
zod: "3.24.3"
|
|
@@ -67025,4 +67025,4 @@ await main().catch((error2) => {
|
|
|
67025
67025
|
process.exit(1);
|
|
67026
67026
|
});
|
|
67027
67027
|
|
|
67028
|
-
//# debugId=
|
|
67028
|
+
//# debugId=525E18CF7F98E62464756E2164756E21
|