v0.2.0
Adopts the powerio 0.3.3 unified tool surface and adds an OpenDSS distribution on-ramp.
Breaking changes
- PowerIO MCP tools renamed to canonical verbs:
parse,convert,save,summary,normalize,matrix,display(wereparse_case,convert_case,save_case,case_summary,normalize_case,compute_matrix,case_to_json). - Removed tools:
read_display_file(nowdisplay),compute_matrix(nowmatrix),dense_view, and the folder/Parquet tools (now routed throughparse/savewith format names). - Removed the OpenDSS
compile_distributionwrapper; OpenDSS now compiles DSS files emitted by PowerIO:save(to_format="dss", ...)thencompile_opendss_file(...).
Other
powerio_mcp.pyis now a pure re-export ofpowerio.mcp.server.- Pins
powerio[mcp,matrix]>=0.3.3. - Bridge docs and README updated for the new flow.
Requires powerio >= 0.3.3.
Full changelog: v0.1.4...v0.2.0