@settlemint/sdk-mcp 1.1.16-main529dfb7a → 1.1.16-main9da55417
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 -2
- package/dist/mcp.js +4 -4
- package/dist/mcp.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ MCP consists of a few core components that work together to make the above workf
|
|
|
117
117
|
|
|
118
118
|
```mermaid
|
|
119
119
|
flowchart LR
|
|
120
|
-
A[AI Agent / LLM] --(1) request--> B
|
|
120
|
+
A[AI Agent / LLM] --(1) request--> B
|
|
121
121
|
subgraph MCP Server
|
|
122
122
|
B --> C1[Blockchain Connector]
|
|
123
123
|
B --> C2[API Connector]
|
|
@@ -129,7 +129,7 @@ flowchart LR
|
|
|
129
129
|
D -- data --> C1
|
|
130
130
|
E -- data --> C2
|
|
131
131
|
F -- file data --> C3
|
|
132
|
-
B
|
|
132
|
+
B --(2) formatted data--> A[AI Agent / LLM]
|
|
133
133
|
```
|
|
134
134
|
|
|
135
135
|
- MCP Server: This is the central service or daemon that runs and listens for requests from AI agents. It can be thought of as the brain of MCP that coordinates everything. The MCP server is configured to know about various data sources and how to connect to them. In practice, you might run an MCP server process locally or on a server, and your AI agent will communicate with it via an API (like HTTP requests, RPC calls, or through an SDK).
|
package/dist/mcp.js
CHANGED
|
@@ -62582,7 +62582,7 @@ var {
|
|
|
62582
62582
|
var package_default = {
|
|
62583
62583
|
name: "@settlemint/sdk-mcp",
|
|
62584
62584
|
description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
62585
|
-
version: "1.1.16-
|
|
62585
|
+
version: "1.1.16-main9da55417",
|
|
62586
62586
|
type: "module",
|
|
62587
62587
|
private: false,
|
|
62588
62588
|
license: "FSL-1.1-MIT",
|
|
@@ -62624,8 +62624,8 @@ var package_default = {
|
|
|
62624
62624
|
"@graphql-tools/load": "8.0.17",
|
|
62625
62625
|
"@graphql-tools/url-loader": "8.0.29",
|
|
62626
62626
|
"@modelcontextprotocol/sdk": "1.7.0",
|
|
62627
|
-
"@settlemint/sdk-js": "1.1.16-
|
|
62628
|
-
"@settlemint/sdk-utils": "1.1.16-
|
|
62627
|
+
"@settlemint/sdk-js": "1.1.16-main9da55417",
|
|
62628
|
+
"@settlemint/sdk-utils": "1.1.16-main9da55417",
|
|
62629
62629
|
"@commander-js/extra-typings": "11.1.0",
|
|
62630
62630
|
commander: "11.1.0",
|
|
62631
62631
|
zod: "3.24.2"
|
|
@@ -68294,4 +68294,4 @@ await main().catch((error2) => {
|
|
|
68294
68294
|
process.exit(1);
|
|
68295
68295
|
});
|
|
68296
68296
|
|
|
68297
|
-
//# debugId=
|
|
68297
|
+
//# debugId=89F9679561E18F9F64756E2164756E21
|