-
Notifications
You must be signed in to change notification settings - Fork 165
Onboard MCP #3721
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
Onboard MCP #3721
Conversation
common/src/main/java/org/opensearch/ml/common/connector/McpConnector.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/opensearch/ml/common/connector/McpConnector.java
Outdated
Show resolved
Hide resolved
ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/AgentUtils.java
Outdated
Show resolved
Hide resolved
ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/AgentUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Signed-off-by: rithin-pullela-aws <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3721 +/- ##
============================================
- Coverage 79.07% 77.96% -1.11%
- Complexity 7116 7126 +10
============================================
Files 623 626 +3
Lines 31605 32103 +498
Branches 3579 3654 +75
============================================
+ Hits 24991 25029 +38
- Misses 5073 5519 +446
- Partials 1541 1555 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
integ tests are passing but the code cov failed, would you address the code coverage? codecov/patchFailing after 1s — 10.59% of diff hit (target 79.07%) |
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.
Let's merge it at first to catch up the release deadline.
let's add a feature flag for this PR |
I will add feature flag for the MCP feature in another PR. Can we merge this one @mingshl |
* Onboard MCP Signed-off-by: rithin-pullela-aws <[email protected]> * Handle failing tests Signed-off-by: rithin-pullela-aws <[email protected]> * Fix empty resources issue Signed-off-by: rithin-pullela-aws <[email protected]> * Address Comments Signed-off-by: rithin-pullela-aws <[email protected]> * Add Authorization support via headers Signed-off-by: rithin-pullela-aws <[email protected]> * Add MCP tools to plan and execute agent Signed-off-by: rithin-pullela-aws <[email protected]> * Resolve failing test by using correct constant Signed-off-by: rithin-pullela-aws <[email protected]> * Address comments Signed-off-by: rithin-pullela-aws <[email protected]> * Address comments Signed-off-by: rithin-pullela-aws <[email protected]> * Apply spotless Signed-off-by: rithin-pullela-aws <[email protected]> --------- Signed-off-by: rithin-pullela-aws <[email protected]> Signed-off-by: Abdul Muneer Kolarkunnu <[email protected]>
Description
We Onboard Model Context Protocol as an experimental feature with this PR.
Related Issues
Resolves #3660
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.