The docs teach a removed API. server-integration, quickstart/how-it-works, and quickstart/installation (EN + DE) show FlowMCP.activateServerTools, activateServerTool, filterArrayOfSchemas, validateSchema, and flowmcp run --group — none exist in flowmcp-core 4.0.0 (broken for readers since the v2-default switch).
Rewrite all six source pages on the real v4 surface: FlowMCP.loadSchema -> FlowMCP.prepareServerTool({ main, handlerMap, serverParams, routeName }) -> server.registerTool, FlowMCP.validateMain, and flowmcp run (whole schemaFolders[]; groups replaced by named selections). Only src/content/ is edited; examples verified against local flowmcp-core.
Part of Memo 152 (PRD-025).
The docs teach a removed API.
server-integration,quickstart/how-it-works, andquickstart/installation(EN + DE) showFlowMCP.activateServerTools,activateServerTool,filterArrayOfSchemas,validateSchema, andflowmcp run --group— none exist in flowmcp-core 4.0.0 (broken for readers since the v2-default switch).Rewrite all six source pages on the real v4 surface:
FlowMCP.loadSchema->FlowMCP.prepareServerTool({ main, handlerMap, serverParams, routeName })->server.registerTool,FlowMCP.validateMain, andflowmcp run(whole schemaFolders[]; groups replaced by named selections). Onlysrc/content/is edited; examples verified against local flowmcp-core.Part of Memo 152 (PRD-025).