Add local-power-automate-mcp skill (self-hosted, privacy-first Power Automate MCP)#2340
Open
prasadgd9022 wants to merge 2 commits into
Open
Add local-power-automate-mcp skill (self-hosted, privacy-first Power Automate MCP)#2340prasadgd9022 wants to merge 2 commits into
prasadgd9022 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a self-hosted Power Automate MCP skill focused on local execution, Azure CLI authentication, and guarded Dataverse writes.
Changes:
- Documents MCP registration, authentication, tools, and safety patterns.
- Adds sovereign-cloud and oversized-response guidance.
- Publishes the skill in the generated catalog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
skills/local-power-automate-mcp/SKILL.md |
Defines the new skill and operational guidance. |
docs/README.skills.md |
Adds the skill to the generated index. |
…ooting, sovereign-cloud setup, dry-run/truncation warnings
Contributor
Author
|
Thanks for the detailed review — addressed in
|
Contributor
Author
|
@aaronpowell Please review the PR |
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.
What
Adds a new Agent Skill:
local-power-automate-mcp— a foundation skill for driving Microsoft Power Automate from an AI agent through a self-hosted, privacy-first local MCP server that authenticates with the operator's own Azure CLI (az login) identity.Why it is not a duplicate
The repo already ships the
flowstudio-power-automate-*skill family, but those are built entirely around a hosted, paid MCP (remote HTTP endpoint,x-api-keyJWT, tenant data routed through the vendor cloud). This skill fills the gap they do not cover:az login(Azure CLI) identity auth instead of portal-issued API keys — no key to paste, RBAC-bounded by the signed-in userapi.flow.microsoft.com+ Dataverse)confirm=Truedry-run write-safety pattern for Dataverse writesPA_MCP_*env varsIt is open source (MIT) and not a paid service, so the paid-submission path does not apply.
Checklist
SKILL.mdwith frontmatter;namematches folder; single-quoteddescription(10–1024 chars)npm run skill:validate→local-power-automate-mcp is validnpm run build→ added todocs/README.skills.mdstagedbranchReference implementation (MIT): https://github.com/prasadgd9022/power-automate-mcp