refactor: mcp service

This commit is contained in:
kangfenmao
2025-03-28 03:31:15 +08:00
parent 807ae349a3
commit e3d81b49df
49 changed files with 861 additions and 1583 deletions
+4
View File
@@ -42,3 +42,7 @@ export function dumpPersistState() {
}
return JSON.stringify(persistState)
}
export const runAsyncFunction = async (fn: () => void) => {
await fn()
}