[Fixes #146] chore: restructure repository for agentic RAG and rename docs-agent-mcp to kagent-feast-mcp - #231
Open
alwaysalearner1234 wants to merge 1 commit into
Open
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
…cp to kagent-feast-mcp
alwaysalearner1234
force-pushed
the
main
branch
from
August 11, 2026 11:38
e482a15 to
31aae9e
Compare
Contributor
|
Was this bought up before this @alwaysalearner1234? |
Author
|
No, I don't think this was brought up before. I came across this as part of the changes proposed in PR #146, especially the restructuring around "legacy-servers/" and prioritizing "kagent-feast-mcp/". |
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.
Description
As the project evolves towards a more modern, agentic RAG architecture (as outlined in
gsoc2026_agentic_rag.md), the current repository structure contains several monolithic server implementations that are no longer the primary focus.This PR tracks the necessary repository restructuring to reflect our new architectural direction and standardizes the nomenclature around the new agent configuration.
Changes Included
server/andserver-https/implementations (previously underlegacy/) into a newlegacy-servers/directory at the repository root. This signals their outdated status while safely maintaining backward compatibility.docs-agent-mcp/tokagent-feast-mcp/to align with the new architectural blueprint.README.mdto explicitly highlight thekagent-feast-mcp/setup as the recommended, primary deployment path.docs-agent-mcpdirectory across:oke-cicd.yaml,tests.yml)tests/)pyproject.toml,.gitignore)Motivation and Context
This restructuring strongly aligns with the recent community direction toward
kagentand the Model Context Protocol (MCP). Implementing these changes provides several benefits:References
Type of change
Checklist:
#146