Skip to content

Commit 5f30eab

Browse files
ninihen1claude
andcommitted
docs: update plugin README and plugin.json with monitoring + governance skills
Added monitoring and governance to skill table, plugin.json skills array, keywords, and description. Bumped version to 2.0.0. Monitoring and governance skills require FlowStudio for Teams or MCP Pro+. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent df4c23c commit 5f30eab

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flowstudio-power-automate",
3-
"description": "Complete toolkit for managing Power Automate cloud flows via the FlowStudio MCP server. Includes skills for connecting to the MCP server, debugging failed flow runs, and building/deploying flows from natural language.",
4-
"version": "1.0.0",
3+
"description": "Complete toolkit for managing, monitoring, and governing Power Automate cloud flows via the FlowStudio MCP server. Includes skills for connecting to the MCP server, debugging failed flow runs, building/deploying flows, monitoring flow health, and enforcing governance at scale.",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Awesome Copilot Community"
77
},
@@ -14,11 +14,16 @@
1414
"mcp",
1515
"model-context-protocol",
1616
"cloud-flows",
17-
"workflow-automation"
17+
"workflow-automation",
18+
"monitoring",
19+
"governance",
20+
"coe"
1821
],
1922
"skills": [
20-
"./skills/flowstudio-power-automate-mcp",
21-
"./skills/flowstudio-power-automate-debug",
22-
"./skills/flowstudio-power-automate-build"
23+
"./skills/flowstudio-power-automate-mcp/",
24+
"./skills/flowstudio-power-automate-debug/",
25+
"./skills/flowstudio-power-automate-build/",
26+
"./skills/flowstudio-power-automate-monitoring/",
27+
"./skills/flowstudio-power-automate-governance/"
2328
]
2429
}

plugins/flowstudio-power-automate/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FlowStudio Power Automate Plugin
22

3-
Complete toolkit for managing Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, and build/deploy flows using AI agents.
3+
Complete toolkit for managing, monitoring, and governing Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and enforce governance using AI agents.
44

55
Requires a FlowStudio MCP subscription — see https://flowstudio.app
66

@@ -20,13 +20,15 @@ copilot plugin install flowstudio-power-automate@awesome-copilot
2020
| `flowstudio-power-automate-mcp` | Core connection setup, tool discovery, and CRUD operations for Power Automate cloud flows via the FlowStudio MCP server. |
2121
| `flowstudio-power-automate-debug` | Step-by-step diagnostic workflow for investigating and fixing failing Power Automate cloud flow runs. |
2222
| `flowstudio-power-automate-build` | Build, scaffold, and deploy Power Automate cloud flows from natural language descriptions with bundled action pattern templates. |
23+
| `flowstudio-power-automate-monitoring` | Flow health, failure rates, maker inventory, Power Apps, environment and connection counts from the cached store. Requires FlowStudio for Teams or MCP Pro+. |
24+
| `flowstudio-power-automate-governance` | Classify flows by business impact, detect orphaned resources, audit connectors, manage notification rules, and compute governance scores. Requires FlowStudio for Teams or MCP Pro+. |
2325

2426
## Getting Started
2527

2628
1. Install the plugin
2729
2. Subscribe to FlowStudio MCP at https://flowstudio.app
2830
3. Configure your MCP connection with the JWT from your workspace
29-
4. Ask Copilot to list your flows, debug a failure, or build a new flow
31+
4. Ask Copilot to list your flows, debug a failure, build a new flow, check flow health, or run a governance review
3032

3133
## Source
3234

0 commit comments

Comments
 (0)