Skip to content

Commit cb8aba7

Browse files
authored
Added MCP to Experlogix Smart Flows connector. (#4094)
* Added MCP to Experlogix Smart Flows connector. * Update apiDefinition.swagger.json with missing description property.
1 parent e19e9db commit cb8aba7

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

certified-connectors/Experlogix Smart Flows/apiDefinition.swagger.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
"documentName": {
149149
"title": "Document Name",
150150
"type": "string"
151+
},
152+
"downloadUrl": {
153+
"title": "Download URL",
154+
"type": "string"
151155
}
152156
},
153157
"type": "object"
@@ -274,7 +278,7 @@
274278
"type": "object"
275279
}
276280
},
277-
"host": "powerapps.xpertdoc.com",
281+
"host": "da.powerapps.experlogix.com",
278282
"info": {
279283
"description": "Smart Flows provides business users with robust yet user-friendly features to simplify, optimize and automate business-critical document processes. From a single, intuitive platform, you are empowered to create simple or complex document templates, capture customer information and data, store and manage enterprise content, electronically sign documents, in batches or through automated flows, resulting in accelerated document processes, increased productivity and reduced dependence on IT.",
280284
"title": "Experlogix Smart Flows",
@@ -301,6 +305,19 @@
301305
],
302306
"parameters": {},
303307
"paths": {
308+
"/runtime/webhooks/mcp": {
309+
"post": {
310+
"summary": "Experlogix Smart Flows MCP Server",
311+
"description": "Endpoint for Experlogix Smart Flows MCP communication.",
312+
"x-ms-agentic-protocol": "mcp-streamable-1.0",
313+
"operationId": "InvokeMCP",
314+
"responses": {
315+
"200": {
316+
"description": "Success"
317+
}
318+
}
319+
}
320+
},
304321
"/api/Documents": {
305322
"post": {
306323
"consumes": [
@@ -817,4 +834,4 @@
817834
"securityDefinitions": {},
818835
"swagger": "2.0",
819836
"tags": []
820-
}
837+
}

0 commit comments

Comments
 (0)