@alfe.ai/openclaw-database 0.0.14 → 0.0.15

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,6 +3,27 @@
3
3
  "name": "Alfe Database",
4
4
  "description": "MongoDB database access for agents — query, insert, update, delete, and manage collections",
5
5
  "entry": "./dist/plugin.js",
6
+ "activation": { "onStartup": false },
7
+ "contracts": {
8
+ "tools": [
9
+ "db_aggregate",
10
+ "db_collection_schema",
11
+ "db_collection_stats",
12
+ "db_count",
13
+ "db_create_collection",
14
+ "db_create_index",
15
+ "db_delete",
16
+ "db_drop_collection",
17
+ "db_drop_index",
18
+ "db_find",
19
+ "db_find_one",
20
+ "db_insert",
21
+ "db_list_collections",
22
+ "db_list_databases",
23
+ "db_list_indexes",
24
+ "db_update"
25
+ ]
26
+ },
6
27
  "configSchema": {
7
28
  "type": "object",
8
29
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-database",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "OpenClaw database plugin — MongoDB access for agents via MCP tools",
5
5
  "type": "module",
6
6
  "main": "./dist/plugin.js",