Initial commit
This commit is contained in:
5
mcp-server/tools/orchestrator/index.js
Normal file
5
mcp-server/tools/orchestrator/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { registerOrchestrateTool } from "./orchestrate.js";
|
||||
|
||||
export function registerOrchestratorTools(server) {
|
||||
registerOrchestrateTool(server);
|
||||
}
|
||||
Reference in New Issue
Block a user