packages/tools/flow-graph-mcp-server/README.md
MCP server for AI-driven Babylon.js Flow Graph authoring.
create_graph -> add_block -> connect_data/connect_signal -> set_block_properties -> validate_graph -> export_graph_json
Use the full coordinator JSON when handing the result to Scene MCP.
babylonjs-flow-graph
npm run build -w @tools/flow-graph-mcp-server
npm run start -w @tools/flow-graph-mcp-server
The exported coordinator JSON can be attached to the Scene MCP server through attach_flow_graph, either inline or via coordinatorJsonFile.
src/index.ts: MCP tool registrationsrc/flowGraphManager.ts: graph manager and export/import logicsrc/blockRegistry.ts: Flow Graph block catalog