@boardstate/server@1.4.0
Minor Changes
-
#57
ed04514Thanks @100yenadmin! - feat(server): one-call M5 host wiring —installConnectorWorkspace(M5e)The connector broker's server-side pieces landed as separate installers with a load-bearing
ORDER; a Node host had to call four of them in the right sequence and thread three handles
intoregisterBoardstateRpc+ the agent tool set.installConnectorWorkspace
(@boardstate/server/node) encodes that assembly once: it installs the pending-action
engine FIRST (it registersdashboard.action.invoke), then the broker→AgentTool adapter,
then theboardstate_tool_searchbacking, and returns the two seams the caller still owns
explicitly —capabilityToolsHash(intoregisterBoardstateRpc) andtoolSearch(into
createDashboardTools). It consumes the broker through the existing narrow structural
interfaces (ActionBroker+AgentToolBroker), no@boardstate/brokerimport, so the
dependency arrow stays one-way. Additive: boards using no connector broker are unaffected.