mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 01:19:38 +02:00
Advance TS port Effect workbench
This commit is contained in:
parent
92dae8c374
commit
3515106670
116 changed files with 12286 additions and 9584 deletions
|
|
@ -6,10 +6,10 @@
|
|||
* Env:
|
||||
* NATS_URL (default: nats://localhost:4222)
|
||||
*/
|
||||
import { McpToolService } from "../packages/flow/src/agent/mcp-tool/index.js";
|
||||
import { run as runMcpToolService } from "../packages/flow/src/agent/mcp-tool/index.js";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
await McpToolService.launch("mcp-tool");
|
||||
await runMcpToolService();
|
||||
}
|
||||
|
||||
run().catch((err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue