Skip to content

Conversation

@AnuradhaKaruppiah
Copy link
Contributor

@AnuradhaKaruppiah AnuradhaKaruppiah commented Oct 1, 2025

Description

Closes

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • 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.

Summary by CodeRabbit

  • Documentation
    • Added guidance to the MCP client tool listing explaining SSE transport requirements: the server must be started with --transport sse, client and server transports must match, and the default transport is streamable-http.
    • Clarifies setup expectations to reduce misconfiguration and aid onboarding and troubleshooting.

dagardner-nv and others added 3 commits September 30, 2025 09:12
Signed-off-by: David Gardner <[email protected]>
Forward-merge triggered by push to release/1.3 that creates a PR to keep
develop up-to-date. If this PR is unable to be immediately merged due to
conflicts, it will remain open for the team to manually merge. See
[forward-merger
docs](https://docs.rapids.ai/maintainers/forward-merger/) for more info.
@AnuradhaKaruppiah AnuradhaKaruppiah self-assigned this Oct 1, 2025
@AnuradhaKaruppiah AnuradhaKaruppiah requested a review from a team as a code owner October 1, 2025 16:04
@AnuradhaKaruppiah AnuradhaKaruppiah added doc Improvements or additions to documentation non-breaking Non-breaking change labels Oct 1, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 1, 2025

Walkthrough

Adds a documentation paragraph to the MCP client tool listing section about SSE transport requirements, noting the server must start with --transport sse, client/server transports must match, and the default is streamable-http.

Changes

Cohort / File(s) Summary
Docs — MCP client transport guidance
docs/source/workflows/mcp/mcp-client.md
Added informational note on SSE transport usage, matching client/server transports, and default transport being streamable-http. No code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Title Check ✅ Passed The title clearly communicates that the mcp-client-cli documentation is being updated to add a note about matching client and server transports, uses an imperative phrase “Note that,” and stays under the 72-character limit, making it both concise and descriptive.
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AnuradhaKaruppiah AnuradhaKaruppiah changed the title mcp-client-cli: Add a note that the transport on the client and server need to match mcp-client-cli: Note that client and server transports must match. Oct 1, 2025
@AnuradhaKaruppiah AnuradhaKaruppiah changed the base branch from develop to release/1.3 October 1, 2025 16:18
@AnuradhaKaruppiah
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit c7d487d into NVIDIA:release/1.3 Oct 1, 2025
17 checks passed
rapids-bot bot pushed a commit that referenced this pull request Oct 1, 2025
…atch." (#892)

Reverts #887



## Summary by CodeRabbit

- Documentation
  - Updated versions: removed 1.4 and marked 1.3 as the preferred version.
  - Simplified MCP client docs by removing SSE transport prerequisite note.

- Chores
  - Standardized dependencies across examples and packages to nvidia-nat ~=1.3 (including extras such as langchain, mcp, ingestion, mem0ai, adk, agno, telemetry/opentelemetry, profiling, weave, redis, mysql, s3, zep-cloud, llama-index, crewai, semantic-kernel, litellm, gunicorn, async_endpoints).
  - Adjusted extras ordering where applicable without functional impact.

Authors:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #892
@AnuradhaKaruppiah AnuradhaKaruppiah deleted the ak-mcp-fixes branch October 1, 2025 21:39
nouraellm pushed a commit to nouraellm/NeMo-Agent-Toolkit that referenced this pull request Oct 3, 2025
…VIDIA#887)

Closes

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/NeMo-Agent-Toolkit/blob/develop/docs/source/resources/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.




## Summary by CodeRabbit

* **Documentation**
  * Added guidance to the MCP client tool listing explaining SSE transport requirements: the server must be started with --transport sse, client and server transports must match, and the default transport is streamable-http.
  * Clarifies setup expectations to reduce misconfiguration and aid onboarding and troubleshooting.

Authors:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Eric Evans II (https://github.com/ericevans-nv)

URL: NVIDIA#887
nouraellm pushed a commit to nouraellm/NeMo-Agent-Toolkit that referenced this pull request Oct 3, 2025
…atch." (NVIDIA#892)

Reverts NVIDIA#887

- Documentation
  - Updated versions: removed 1.4 and marked 1.3 as the preferred version.
  - Simplified MCP client docs by removing SSE transport prerequisite note.

- Chores
  - Standardized dependencies across examples and packages to nvidia-nat ~=1.3 (including extras such as langchain, mcp, ingestion, mem0ai, adk, agno, telemetry/opentelemetry, profiling, weave, redis, mysql, s3, zep-cloud, llama-index, crewai, semantic-kernel, litellm, gunicorn, async_endpoints).
  - Adjusted extras ordering where applicable without functional impact.

Authors:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: NVIDIA#892

docs: add note about increasing file descriptor limit

Signed-off-by: ノウラ | Flare <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants