@clawos-dev/clawd 0.2.150-beta.316.82021dd → 0.2.150-beta.317.7e7a222

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.150-beta.316.82021dd",
3
+ "version": "0.2.150-beta.317.7e7a222",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,15 +0,0 @@
1
- {
2
- "_comment": "preinstall ship 进 daemon defaults,daemon 启动时 refreshDaemonManagedDirs 把这文件同步到 ~/.clawd*/personas/persona-html-slides/.mcp.json。cc CLI 启动时(cwd=projects/<name>/)会向上找 persona dir 的 .mcp.json 自动加载。用 @aliyun-rds/supabase-mcp-server(阿里云 RDS 包装,跟 clawos / lovagent / extension-kit / app-builder 一致),底下连阿里云自建 supabase 实例 120.26.157.138。AK 是共享 demo 凭证(跟 .secrets/aliyun.env 同性质,PR #808 设计前提),跟 lovagent .mcp.json 用同一把(RDS 权限)。",
3
- "mcpServers": {
4
- "supabase": {
5
- "type": "stdio",
6
- "command": "npx",
7
- "args": [
8
- "@aliyun-rds/supabase-mcp-server",
9
- "--aliyun-ak", "LTAI5tSebp9pyBLk2nxF5wDg",
10
- "--aliyun-sk", "DnkOBhZ9pLympYlwcLuQbsaGRIitwG",
11
- "--aliyun-region", "cn-hangzhou"
12
- ]
13
- }
14
- }
15
- }