mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
saving
This commit is contained in:
parent
e8c7a4f6e0
commit
ffd97375a8
160 changed files with 6704 additions and 1895 deletions
|
|
@ -1,5 +1,8 @@
|
|||
import("../packages/flow/dist/agent/mcp-tool/service.js")
|
||||
.then((m) => m.McpToolService.launch("mcp-tool"))
|
||||
import("@effect/platform-bun/BunRuntime")
|
||||
.then(async (BunRuntime) => {
|
||||
const m = await import("../packages/flow/dist/agent/mcp-tool/service.js");
|
||||
BunRuntime.runMain(m.program);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
process.exit(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue