Track powerio 0.3.3 tool rename; OpenDSS distribution on-ramp#49
Merged
qian-harvard merged 5 commits intoJun 24, 2026
Merged
Conversation
samtalki
force-pushed
the
powerio-0.3.3-tool-rename
branch
from
June 24, 2026 04:50
a7b5ab4 to
a4a2330
Compare
- re-export the bare-verb tools (convert/save/summary/parse/...); drop the read_display_file overlay (upstreamed in powerio 0.3.3) - pin powerio >= 0.3.3 - OpenDSS: compile_distribution converts a BMOPF/PMD case to .dss via powerio and compiles it - point the pandapower/PyPSA/ANDES/Egret bridge docs at the new tool names
samtalki
force-pushed
the
powerio-0.3.3-tool-rename
branch
from
June 24, 2026 05:05
a4a2330 to
6acf2ce
Compare
samtalki
marked this pull request as ready for review
June 24, 2026 12:52
Member
Author
|
@qian-harvard this is ready for review (can't request reviews for some reason). This PR completes the integration of PowerMCP with PowerIO's canonical MCP server for file IO. The exposed PowerIO tool surface is now 7 tools:
Distribution systems now flow through PowerIO as BMOPF JSON transport, then write DSS only when the OpenDSS runtime needs a file:
Decisions to be made
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
powerio[mcp,matrix] >= 0.3.3.convert,save,summary,parse,normalize,matrix, anddisplay.read_display_fileoverlay becausedisplaynow comes from PowerIO.compile_distributionwrapper; OpenDSS now compiles DSS files emitted by PowerIO.save(to_format="dss", json=..., json_format="bmopf-json"), thencompile_opendss_file(...).parse,save,matrix, the canonical summary shape, and stable schema markers.Validation
.venv/bin/python -m py_compile powerio/powerio_mcp.py tests/test_powerio_server.py pandapower/panda_mcp.py PyPSA/pypsa_mcp.py Egret/egret_mcp.py ANDES/andes_mcp.py OpenDSS/opendss_tools/configuration.py.venv/bin/python -m pytest tests/test_powerio_server.py -q.venv/bin/python -m pytest tests/ -qgit diff --check origin/main...HEAD