Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/power-automate/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-automate",
"version": "3.0.1",
"version": "3.0.3",
"description": "Build, edit, run, and debug Power Automate cloud flows via the FlowAgent MCP server — connection lifecycle, surgical edits, copy across environments, run management, and validated expressions.",
"author": {
"name": "Microsoft",
Expand Down
2 changes: 1 addition & 1 deletion plugins/power-automate/.plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-automate",
"version": "3.0.1",
"version": "3.0.3",
"description": "Build, edit, run, and debug Power Automate cloud flows via the FlowAgent MCP server — connection lifecycle, surgical edits, copy across environments, run management, and validated expressions.",
Comment on lines 2 to 4

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The third changed file, plugins/power-automate/server/mcp.mjs, is a 2.5 MB generated bundle and is skipped by automated review, which is why only the two manifests appear here. All of the behaviour described in the PR body lives in that bundle; the corresponding source changes are in matow_microsoft/flow-agent.

The PR description has been rewritten to match what is actually shipping (v3.0.3, seven fixes), and both manifests are consistent at 3.0.3. The branch name still reads �3.0.2 because the later fixes were added after the branch was opened.

"author": {
"name": "Microsoft",
Expand Down
Loading
Loading