@scoutagent/mcp-server 1.1.0 → 1.7.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/index.cjs CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
-
3
2
  // src/index.ts
4
3
  var import_server = require("@modelcontextprotocol/sdk/server/index.js");
5
4
  var import_stdio = require("@modelcontextprotocol/sdk/server/stdio.js");
package/dist/index.d.cts CHANGED
@@ -1 +1,2 @@
1
- #!/usr/bin/env node
1
+
2
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoutagent/mcp-server",
3
- "version": "1.1.0",
3
+ "version": "1.7.0",
4
4
  "description": "MCP Server for ScoutAgent - AI Scout prediction market on X Layer",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -21,11 +21,12 @@
21
21
  "README.md"
22
22
  ],
23
23
  "scripts": {
24
- "build": "tsup src/index.ts --format esm,cjs --dts",
24
+ "build": "tsup src/index.ts --format cjs --dts",
25
25
  "dev": "tsx src/index.ts",
26
26
  "lint": "tsc --noEmit",
27
27
  "clean": "rm -rf dist",
28
- "prepublishOnly": "npm run build"
28
+ "prepublishOnly": "npm run build",
29
+ "postbuild": "node add-shebang.cjs"
29
30
  },
30
31
  "keywords": [
31
32
  "mcp",