Closed
Conversation
…e ingestion pipeline
… embedding model is set
fix first chunk bug
Introduces mcp.md and sequence.md to document OpenRAG MCP usage, configuration, features, and protocol flows. These files provide setup instructions, integration examples, and detailed sequence diagrams for all supported MCP tools and error handling.
…pdf-13-feb-26 Chore: Regenerate openrag docs PDF
fix: Getting OS jwt from env
Delete openrag-sdk from the dependencies in pyproject.toml and regenerate the lockfile (uv.lock) to reflect the updated dependency graph.
…nrag into openrag-mcp-test
Document new OPENRAG_MCP_* environment variables and wire them into the MCP HTTP client. Added parsing helpers for float/int/bool, new Config properties (mcp_timeout, mcp_max_connections, mcp_max_keepalive_connections, mcp_max_retries, mcp_follow_redirects) with sensible defaults, and updated get_client() to use these values for httpx AsyncClient (timeout, connection limits, transport retries, follow_redirects). This enables runtime tuning of the MCP client's behavior via environment variables.
…ding error handling (langflow-ai#963) * Complete ingestion part if no tasks are generated * Raise errors when files are not found, and don't create knowledge filters in that case * remove sample_data unused variable, rollback onboarding when error occurs * add new ingest_sample data, change onboarding mutation to raise error when failing to ingest files * fixed active tasks not proceeding * changed processed to successful * added new var on env example * generate error when opensearch fails to initialize * removed sample data from integration tests --------- Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Replace the TODO comment about re-adding Document tools with a note that ingest tools are currently disabled in OpenRAGMCP. This clarifies the current state in the codebase without making functional changes.
feat: add OpenRAG MCP STDIO v0
Update publish workflow to trigger on pushes to the main branch (when sdks/mcp/pyproject.toml changes) and enable manual workflow_dispatch instead of the previous tag-based trigger. Also bump openrag-mcp version from 0.1.0 to 0.1.1.
feat: Trigger MCP publish on main and bump version
Update GitHub Actions to use astral-sh/setup-uv for building and publishing, upgrade actions/setup-python to v6, and extract the package version from pyproject.toml. Add a PyPI check (via curl) to skip build/publish when the version already exists and gate the build/publish steps on that result; use UV_PUBLISH_TOKEN for publishing. Also adjust sdks/mcp/pyproject.toml version to 0.1.0.
…nrag into openrag-mcp-test
fix: Use uv for build/publish and add version check
feat: Bump version to 0.2.4
…ting_index_in_onboarding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.