@gala-chain/launchpad-mcp-server 2.0.2-beta.3 → 2.0.2-beta.5

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.
@@ -3,5 +3,5 @@
3
3
  * This file is generated by scripts/inject-version.ts during build
4
4
  * DO NOT EDIT MANUALLY
5
5
  */
6
- export declare const MCP_SERVER_VERSION = "2.0.2-beta.3";
6
+ export declare const MCP_SERVER_VERSION = "2.0.2-beta.5";
7
7
  //# sourceMappingURL=version.d.ts.map
@@ -6,5 +6,5 @@
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.MCP_SERVER_VERSION = void 0;
9
- exports.MCP_SERVER_VERSION = '2.0.2-beta.3';
9
+ exports.MCP_SERVER_VERSION = '2.0.2-beta.5';
10
10
  //# sourceMappingURL=version.js.map
package/dist/index.js CHANGED
@@ -7,6 +7,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
7
7
  // Suppress verbose fabric-contract-api logging from @gala-chain/api decorators
8
8
  // This MUST be set before any imports that trigger decorator initialization
9
9
  process.env.CORE_CHAINCODE_LOGGING_LEVEL = process.env.CORE_CHAINCODE_LOGGING_LEVEL || 'ERROR';
10
+ // Suppress @gala-chain/api schema processing errors that occur during decorator initialization
11
+ // These errors are harmless (just missing type metadata for Map/Object properties like bitmap, tickRangeMap)
12
+ // but they go to stderr which breaks MCP's JSON-RPC communication over stdio
13
+ const originalConsoleError = console.error;
14
+ console.error = (...args) => {
15
+ const message = String(args[0] || '');
16
+ // Filter out specific schema processing errors from @gala-chain/api
17
+ if (message.includes('Error processing schema:') ||
18
+ message.includes('Cannot find type metadata')) {
19
+ return; // Suppress these harmless errors
20
+ }
21
+ originalConsoleError.apply(console, args);
22
+ };
10
23
  const server_js_1 = require("./server.js");
11
24
  async function main() {
12
25
  const server = new server_js_1.LaunchpadMCPServer();
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AACA;;GAEG;;AAEH,+EAA+E;AAC/E,4EAA4E;AAC5E,OAAO,CAAC,GAAG,CAAC,4BAA4B,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,IAAI,OAAO,CAAC;AAE/F,2CAAiD;AAEjD,KAAK,UAAU,IAAI;IACjB,MAAM,MAAM,GAAG,IAAI,8BAAkB,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,MAAM,MAAM,CAAC,KAAK,EAAE,CAAC;IACvB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;QAClD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC;AAED,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AACA;;GAEG;;AAEH,+EAA+E;AAC/E,4EAA4E;AAC5E,OAAO,CAAC,GAAG,CAAC,4BAA4B,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,IAAI,OAAO,CAAC;AAE/F,+FAA+F;AAC/F,6GAA6G;AAC7G,6EAA6E;AAC7E,MAAM,oBAAoB,GAAG,OAAO,CAAC,KAAK,CAAC;AAC3C,OAAO,CAAC,KAAK,GAAG,CAAC,GAAG,IAAe,EAAE,EAAE;IACrC,MAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;IACtC,oEAAoE;IACpE,IAAI,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAC;QAC5C,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAC,EAAE,CAAC;QAClD,OAAO,CAAC,iCAAiC;IAC3C,CAAC;IACD,oBAAoB,CAAC,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAC5C,CAAC,CAAC;AAEF,2CAAiD;AAEjD,KAAK,UAAU,IAAI;IACjB,MAAM,MAAM,GAAG,IAAI,8BAAkB,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,MAAM,MAAM,CAAC,KAAK,EAAE,CAAC;IACvB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;QAClD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC;AAED,IAAI,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-mcp-server",
3
- "version": "2.0.2-beta.3",
3
+ "version": "2.0.2-beta.5",
4
4
  "description": "MCP server for Gala Launchpad - 91 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, faucet, composite pool data) supporting optional wallet (read-only and full-access modes). Production-grade AI agent integration for Claude Desktop with comprehensive validation and 80%+ test coverage",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@gala-chain/api": "^2.4.3",
75
75
  "@gala-chain/connect": "^2.4.3",
76
- "@gala-chain/launchpad-sdk": "4.0.1-beta.2",
76
+ "@gala-chain/launchpad-sdk": "4.0.1-beta.3",
77
77
  "@humanwhocodes/config-array": "^0.13.0",
78
78
  "@modelcontextprotocol/sdk": "^0.5.0",
79
79
  "axios": "^1.12.2",