-
Notifications
You must be signed in to change notification settings - Fork 257
feat: Local MCP support #14725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
feat: Local MCP support #14725
Conversation
…microsoft-365-agents-toolkit into yiruyang/localMcpSupport
…microsoft-365-agents-toolkit into yiruyang/localMcpSupport
|
@rsr3rs please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev #14725 +/- ##
======================================
Coverage ? 89.07%
======================================
Files ? 654
Lines ? 39531
Branches ? 7922
======================================
Hits ? 35211
Misses ? 2188
Partials ? 2132
🚀 New features to boost your workflow:
|
| } | ||
|
|
||
| for (const server of jsonOutput.servers) { | ||
| const manifest = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only include servers with a package_family_name
packages/fx-core/src/core/FxCore.ts
Outdated
| : undefined, | ||
| }); | ||
|
|
||
| if (aiPluginContent.namespace == "MCP") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't set namespace; we decided to use mcp: for the local_endpoint instead.
| description: string; | ||
| inputSchema: any; | ||
| outputSchema?: any; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| } | |
| _meta?: any | |
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And capture below
…microsoft-365-agents-toolkit into yiruyang/localMcpSupport
Allow user to add local MCP.
mcp.jsonwith local MCP server.