Add MCP server component collections to sample/solution#1
Open
Dewain27 wants to merge 1 commit into
Open
Conversation
Author
|
@adilei could you take a look when you get a chance? Thanks! |
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.
Summary
sample/solution/component-collections/folder with two component-collection exports of the MCP servers used by the demo.orderManagementMcp_1_1.zipandwarehouseManagementMcp_1_1.zipprovide a finer-grained import path than the fullEnhancedTaskCompletionDemo.zipfor users who only want the MCP connectors.Notes
This change adds the MCP servers from the sample as standalone component collections, so they can be imported into existing agents without having to install the full demo agents. The full
EnhancedTaskCompletionDemo.zipbrings the ETC Order Management and ETC Warehouse Management agents along with their connectors and topics, which is more than someone who just wants the MCP connectors needs. With these component-collection zips, a maker can drop only the Order Management MCP and/or Warehouse MCP connector into an agent they already have, instead of importing the entire ETC solution and then carving pieces out of it.Test plan
component-collections/orderManagementMcp_1_1.zipinto a Power Platform environment on the Early Release channel and confirm the Order Management MCP custom connector is created.component-collections/warehouseManagementMcp_1_1.zipand confirm the Warehouse MCP custom connector is created.tools/listMCP call returns the expected tools.EnhancedTaskCompletionDemo.zip.