@minns/openclaw-minns 0.3.0 → 0.3.2

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export default {
2
- id: "minns",
2
+ id: "openclaw-minns",
3
3
  register(api) {
4
4
  // Wire your MCP bridge here using plugin config:
5
5
  // api.config.plugins?.entries?.minns?.config
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,EAAE,EAAE,OAAO;IACX,QAAQ,CAAC,GAAQ;QACf,iDAAiD;QACjD,6CAA6C;QAC7C,yCAAyC;IAC3C,CAAC;CACF,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,EAAE,EAAE,gBAAgB;IACpB,QAAQ,CAAC,GAAQ;QACf,iDAAiD;QACjD,6CAA6C;QAC7C,yCAAyC;IAC3C,CAAC;CACF,CAAC"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "minns",
2
+ "id": "openclaw-minns",
3
3
  "name": "Minns MCP Bridge",
4
4
  "description": "Registers Minns MCP stdio bridge for OpenClaw",
5
5
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minns/openclaw-minns",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "MCP stdio server integrating Minns EventGraphDB into OpenClaw",
5
5
  "type": "module",
6
6
  "main": "./dist/mcp.js",