@brain-protocol/mcp 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -0
  2. package/package.json +3 -2
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brain-protocol/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Verifiable Memory-as-a-Service for AI Agents — MCP server with local SQLite or cloud mode",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -15,7 +15,8 @@
15
15
  "LICENSE"
16
16
  ],
17
17
  "scripts": {
18
- "build": "tsc",
18
+ "build": "tsc && chmod +x dist/index.js",
19
+ "prepublishOnly": "pnpm build",
19
20
  "dev": "tsx src/index.ts",
20
21
  "test": "vitest run",
21
22
  "test:watch": "vitest",