Skip to content

Update LLM used in simple_auth_mcp example#1966

Merged
rapids-bot[bot] merged 1 commit into
NVIDIA:release/1.7from
dagardner-nv:david-replace-model-mcp-auth
May 19, 2026
Merged

Update LLM used in simple_auth_mcp example#1966
rapids-bot[bot] merged 1 commit into
NVIDIA:release/1.7from
dagardner-nv:david-replace-model-mcp-auth

Conversation

@dagardner-nv
Copy link
Copy Markdown
Contributor

@dagardner-nv dagardner-nv commented May 19, 2026

Description

  • The previous model appeared to have problems parsing MCP output

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

  • Chores
    • Updated the LLM model in JIRA MCP example configurations from Llama 3.1 70B Instruct to Nemotron 3 Nano 30B across both per-user and standard authentication examples.

Review Change Stack

Signed-off-by: David Gardner <dagardner@nvidia.com>
@dagardner-nv dagardner-nv self-assigned this May 19, 2026
@dagardner-nv dagardner-nv requested a review from a team as a code owner May 19, 2026 19:00
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels May 19, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 1f262f78-c3d5-48fb-9d7d-0f3fff49003b

📥 Commits

Reviewing files that changed from the base of the PR and between 918feb7 and 24452d4.

📒 Files selected for processing (2)
  • examples/MCP/simple_auth_mcp/configs/config-mcp-auth-jira-per-user.yml
  • examples/MCP/simple_auth_mcp/configs/config-mcp-auth-jira.yml

Walkthrough

Two JIRA MCP example configuration files are updated to change the LLM model from meta/llama-3.1-70b-instruct to nvidia/nemotron-3-nano-30b-a3b. The updates apply identical model selection changes to both the per-user and standard configuration files without modifying other settings.

Changes

MCP JIRA Example Configurations

Layer / File(s) Summary
LLM model selection in JIRA MCP configs
examples/MCP/simple_auth_mcp/configs/config-mcp-auth-jira-per-user.yml, examples/MCP/simple_auth_mcp/configs/config-mcp-auth-jira.yml
Both example configuration files update llms.nim_llm.model_name to nvidia/nemotron-3-nano-30b-a3b, replacing the previous Llama model selection.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the LLM model in the simple_auth_mcp example configuration files. It is concise (44 characters), descriptive, uses imperative mood, and clearly conveys the purpose of the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@dagardner-nv
Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot rapids-bot Bot merged commit 70afb02 into NVIDIA:release/1.7 May 19, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants