feat: parity with other SDKs and LangChain4j integration#10
feat: parity with other SDKs and LangChain4j integration#10Deeven-Seru wants to merge 13 commits intogoogleapis:mainfrom
Conversation
|
I have implemented the requested features for the Java SDK:
All tests passed in my local environment. I am monitoring the CI checks. |
- Added SyncMcpToolboxClient for synchronous operations. - Added LangChain4jTool for seamless integration with LangChain4j. - Updated McpToolboxClient with sync() method.
14b63e9 to
2b5f8a0
Compare
|
/gcbrun |
|
@DEVELOPER-DEEVEN Thanks a lot for the PR! Really excited to see your contributions to the MCP Toolbox SDKs across languages 🙂 Could you help resolve the conflicts in the PR and also resolve the presubmit errors? Thanks! 🙂 |
thanks a lot for encouragement and recognition @anubhav756 I will try to fix it tmr . I am just getting started with my career and I got to know that open source is a great way to do so 😀. Please let me know if there is any opportunity available, Thanks a lot |
|
@anubhav756 could u take a look reinitiate the checks |
This PR implements missing features to reach parity with the Python, JS/TS, and Go SDKs. It adds a synchronous client wrapper and a LangChain4j adapter for easy integration into Java Agentic applications.