Skip to content

Commit 6ba0448

Browse files
committed
chore: 清掉死掉的 tauri MCP 权限 + sentry MCP enable 残留
tauri-mcp-server 那套 (Rust 端 tauri-plugin-mcp-bridge + JS 端 @hypothesi/tauri-mcp-server) 只在 windows debug 跑 cargo tauri dev 时才有用,mac 上根本启不起来。删掉 11 条死引用: - 9 个 mcp___hypothesi_tauri-mcp-server__* 工具白名单 - 2 个 install-mcp Bash 白名单 - 2 个 findstr 9223 端口排查白名单 顺手 reset enabledMcpjsonServers,之前的 "sentry" 项指向已删的 .mcp.json。
1 parent c0cfa5b commit 6ba0448

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

.claude/settings.local.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,18 @@
5959
"WebFetch(domain:duckduckgo.com)",
6060
"WebFetch(domain:github.com)",
6161
"WebFetch(domain:www.google.com)",
62-
"Bash(npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code)",
63-
"Bash(npx -y install-mcp @hypothesi/tauri-mcp-server --client claude-code --yes)",
6462
"Bash(npm uninstall *)",
65-
"mcp___hypothesi_tauri-mcp-server__driver_session",
66-
"mcp___hypothesi_tauri-mcp-server__webview_screenshot",
67-
"mcp___hypothesi_tauri-mcp-server__ipc_get_backend_state",
68-
"mcp___hypothesi_tauri-mcp-server__webview_execute_js",
69-
"mcp___hypothesi_tauri-mcp-server__webview_dom_snapshot",
70-
"mcp___hypothesi_tauri-mcp-server__get_setup_instructions",
7163
"Bash(git reset *)",
7264
"Bash(git checkout *)",
7365
"Bash(git *)",
74-
"mcp___hypothesi_tauri-mcp-server__manage_window",
75-
"mcp___hypothesi_tauri-mcp-server__webview_wait_for",
7666
"mcp__playwright__browser_navigate",
7767
"Bash(grep -iE \"#[0-9a-f]{3,8}\\\\b\")",
78-
"Bash(findstr \"9223\")",
79-
"Bash(findstr :9223)",
80-
"mcp___hypothesi_tauri-mcp-server__webview_interact",
81-
"mcp___hypothesi_tauri-mcp-server__webview_find_element",
8268
"Bash(grep -nA 3 \"^\\\\.stats-card\" lol-record-analysis-tauri/src/components/gaming/PlayerStatsCard.vue)",
83-
"Bash(grep *)"
69+
"Bash(grep *)",
70+
"Bash(rm /Users/kl/vscode/rank-analysis/.mcp.json)",
71+
"Bash(mkdir -p /Users/kl/vscode/rank-analysis/.claude/skills/sentry)"
8472
]
85-
}
73+
},
74+
"enableAllProjectMcpServers": true,
75+
"enabledMcpjsonServers": []
8676
}

0 commit comments

Comments
 (0)