修复274客户端MCP审查问题

注册外部MCP启动与停止命令

绑定客户端工具桥并校验对话写权限

使用脱敏内容生成返回摘要与哈希
This commit is contained in:
2026-09-08 12:39:20 +08:00
parent 483279bbe7
commit d322d1111b
2 changed files with 707 additions and 8 deletions
File diff suppressed because it is too large Load Diff
@@ -2486,6 +2486,8 @@ fn main() {
Ok(())
})
.invoke_handler(tauri::generate_handler![
start_game_creator_external_mcp,
stop_game_creator_external_mcp,
create_automatic_local_game_project,
init_local_game_project,
import_local_godot_project,