Skip to content

Commit f3c6cb0

Browse files
committed
fix(compare): correct mcpSupport boolean-icon misparse in power-automate.ts
1 parent 2806ecb commit f3c6cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/lib/compare/data/competitors/power-automate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ export const powerAutomateProfile: CompetitorProfile = {
428428
},
429429
mcpSupport: {
430430
value:
431-
'No, only consumption: Copilot Studio agents can connect to external MCP servers and add their tools/resources, but Power Automate has no feature that publishes a flow as its own MCP server for external AI clients to call. See integrations.mcpPublishing for the reverse-direction detail.',
431+
'Yes, as a client: Copilot Studio agents can connect to external MCP servers and add their tools/resources. Power Automate has no feature that publishes a flow as its own MCP server for external AI clients to call; see integrations.mcpPublishing for that reverse-direction detail.',
432432
detail:
433433
'Requires generative orchestration to be enabled on the agent; tools/resources dynamically update as the connected MCP server changes. The separate Power Apps MCP Server is a fixed, Microsoft-defined server with a small predefined toolset, not a way to publish a custom flow as an MCP endpoint.',
434-
shortValue: 'Consumes external MCP servers only; cannot publish a flow as one',
434+
shortValue: 'Consumes external MCP servers as a client; cannot publish a flow as one',
435435
confidence: 'verified',
436436
sources: [
437437
{

0 commit comments

Comments
 (0)