-
Notifications
You must be signed in to change notification settings - Fork 481
Add an example that shows simple_calculator running with a MCP service. #131
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
Conversation
Signed-off-by: Anuradha Karuppiah <[email protected]>
…rvice Signed-off-by: Anuradha Karuppiah <[email protected]>
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.
Pull Request Overview
This pull request adds an example configuration and documentation to demonstrate running the simple_calculator workflow with an MCP service.
- Adds a new MCP client configuration file (config-mcp-client.yml) for the simple_calculator workflow.
- Updates the simple_calculator README with instructions on how to run the workflow using MCP services.
- Adds an MCP server README with detailed setup and deployment instructions via Docker.
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| examples/simple_calculator/src/aiq_simple_calculator/configs/config-mcp-client.yml | Introduces MCP client settings and defines functions, LLMs, and workflow settings for integration with MCP. |
| examples/simple_calculator/README.md | Provides documentation on using MCP services to run the simple_calculator workflow. |
| examples/mcp_server/README.md | Offers comprehensive instructions for setting up and running the MCP server with Docker. |
Files not reviewed (1)
- examples/mcp_server/Dockerfile: Language not supported
Comments suppressed due to low confidence (1)
examples/simple_calculator/src/aiq_simple_calculator/configs/config-mcp-client.yml:25
- [nitpick] The naming convention for the 'calculator_divide' function differs from the other functions which use a direct name match. If this discrepancy is not intentional, consider aligning it to maintain consistency.
_type: aiq_simple_calculator/calculator_divide
Signed-off-by: Anuradha Karuppiah <[email protected]>
|
/merge |
…e. (NVIDIA#131) Closes ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Matthew Penn (https://github.com/mpenn) URL: NVIDIA#131 Signed-off-by: Eric Evans <[email protected]>
…e. (NVIDIA#131) Closes ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Matthew Penn (https://github.com/mpenn) URL: NVIDIA#131 Signed-off-by: Eric Evans <[email protected]>
…e. (NVIDIA#131) Closes ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Matthew Penn (https://github.com/mpenn) URL: NVIDIA#131 Signed-off-by: Yuchen Zhang <[email protected]>
…e. (NVIDIA#131) Closes ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Matthew Penn (https://github.com/mpenn) URL: NVIDIA#131
…e. (NVIDIA#131) Closes ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Matthew Penn (https://github.com/mpenn) URL: NVIDIA#131
This pull request adds an example configuration and documentation to demonstrate running the simple_calculator workflow with an MCP service.
Description
Closes
By Submitting this PR I confirm: