@ironwallet/mcp-server 1.0.3 → 1.1.0
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/dist/generated/env-config.js +5 -5
- package/dist/generated/env-config.js.map +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
- package/tools.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const BAKED_ENV = {
|
|
2
|
-
"authUrl": "https://iwio.
|
|
3
|
-
"relayUrl": "https://iwio.
|
|
4
|
-
"swapProxyUrl": "https://iwio.
|
|
2
|
+
"authUrl": "https://iwio.ai/mcp/auth",
|
|
3
|
+
"relayUrl": "https://iwio.ai/mcp/txs/api",
|
|
4
|
+
"swapProxyUrl": "https://iwio.ai/mcp",
|
|
5
5
|
"evmRpcUrls": {
|
|
6
6
|
"ethereum": "https://ethereum-rpc.publicnode.com",
|
|
7
7
|
"bsc": "https://bsc-rpc.publicnode.com",
|
|
@@ -19,7 +19,7 @@ export const BAKED_ENV = {
|
|
|
19
19
|
"tonApiUrl": "https://toncenter.com/api/v2",
|
|
20
20
|
"xrpRpcUrl": "https://xrplcluster.com",
|
|
21
21
|
"bitcoinTestnet": false,
|
|
22
|
-
"ratesApiUrl": "https://
|
|
23
|
-
"staticResourcesUrl": "https://
|
|
22
|
+
"ratesApiUrl": "https://iwio.ai/mcp",
|
|
23
|
+
"staticResourcesUrl": "https://iwio.ai/mcp/Ironwallet"
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=env-config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-config.js","sourceRoot":"","sources":["../../src/generated/env-config.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,MAAM,SAAS,GAAoB;IACxC,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"env-config.js","sourceRoot":"","sources":["../../src/generated/env-config.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,MAAM,SAAS,GAAoB;IACxC,SAAS,EAAE,0BAA0B;IACrC,UAAU,EAAE,6BAA6B;IACzC,cAAc,EAAE,qBAAqB;IACrC,YAAY,EAAE;QACZ,UAAU,EAAE,qCAAqC;QACjD,KAAK,EAAE,gCAAgC;QACvC,SAAS,EAAE,wCAAwC;QACnD,MAAM,EAAE,iCAAiC;QACzC,UAAU,EAAE,yCAAyC;QACrD,UAAU,EAAE,qCAAqC;QACjD,WAAW,EAAE,8CAA8C;KAC5D;IACD,YAAY,EAAE,yBAAyB;IACvC,eAAe,EAAE,8BAA8B;IAC/C,gBAAgB,EAAE,+BAA+B;IACjD,YAAY,EAAE,0CAA0C;IACxD,cAAc,EAAE,qCAAqC;IACrD,WAAW,EAAE,8BAA8B;IAC3C,WAAW,EAAE,yBAAyB;IACtC,gBAAgB,EAAE,KAAK;IACvB,aAAa,EAAE,qBAAqB;IACpC,oBAAoB,EAAE,gCAAgC;CAC9C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironwallet/mcp-server",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"mcpName": "io.ironwallet/mcp-server",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Non-custodial IronWallet MCP: seeds stay encrypted on the host. Balances, local signing, transfers, and swaps across 10+ networks.",
|
package/server.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.ironwallet/mcp-server",
|
|
4
4
|
"title": "IronWallet",
|
|
5
5
|
"description": "Non-custodial IronWallet MCP: local signing, balances, transfers, and swaps.",
|
|
6
|
-
"version": "1.0
|
|
6
|
+
"version": "1.1.0",
|
|
7
7
|
"websiteUrl": "https://ironwallet.io/ai",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/ironwallet/ironwallet-agent-kit",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"registryType": "npm",
|
|
16
16
|
"identifier": "@ironwallet/mcp-server",
|
|
17
|
-
"version": "1.0
|
|
17
|
+
"version": "1.1.0",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
20
20
|
}
|