Skip to content

feat(rag): expose MCP document search tool#5665

Open
JerTheBear2018 wants to merge 1 commit into
odysseus-dev:devfrom
JerTheBear2018:feature/rag-answer-grounding
Open

feat(rag): expose MCP document search tool#5665
JerTheBear2018 wants to merge 1 commit into
odysseus-dev:devfrom
JerTheBear2018:feature/rag-answer-grounding

Conversation

@JerTheBear2018

@JerTheBear2018 JerTheBear2018 commented Jul 21, 2026

Copy link
Copy Markdown

Summary

Adds MCP RAG document search support so the agent can search indexed documents directly through the manage_rag tool. This extends RAG from only managing indexes to also retrieving grounded document context.

Linked Issue

Related to #1707

Type of Change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

Checklist

  • I searched existing issues and PRs for duplicates.
  • I added tests for this change.
  • Existing tests continue to pass.

How to Test

  1. Run:
    pytest -q tests/test_rag_server_search.py tests/test_rag_mcp_search_schema.py tests/test_rag_search_signature.py tests/test_rag_keyword_fallback_owner.py

@github-actions github-actions Bot added needs work PR description incomplete — please update before review ready for review Description complete — ready for maintainer review and removed needs work PR description incomplete — please update before review labels Jul 21, 2026
@JerTheBear2018

Copy link
Copy Markdown
Author

All checks are passing. PR is ready for maintainer merge. Auto-merge is blocked because my account lacks EnablePullRequestAutoMerge permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review Description complete — ready for maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant