[Chandigarh] Aashish — RAG-to-MCP Submission#10
Open
Asachdeva001 wants to merge 4 commits intonasscomAI:masterfrom
Open
[Chandigarh] Aashish — RAG-to-MCP Submission#10Asachdeva001 wants to merge 4 commits intonasscomAI:masterfrom
Asachdeva001 wants to merge 4 commits intonasscomAI:masterfrom
Conversation
…text → enforced Other category and NEEDS_REVIEW flag for descriptions lacking specific keywords
…emented sentence-aware chunking, threshold filtering, and retrieved-chunks-only grounding
…t attempting out-of-scope calls and receiving non-compliant structure → rebuilt mcp_server.py to add exact CMC document scope to tool description, enforced isError on RAG refusal, and secured JSON-RPC 2.0 compliancy with guaranteed HTTP 200 responses
|
Hi there, participant! Thanks for joining our RAG-to-MCP Workshop! We're reviewing your PR for the 3 Use Cases (UC-0A, UC-RAG, UC-MCP). Once your submission is validated and merged, you'll be awarded your completion badge! Next Steps:
|
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.
RAG-to-MCP — Submission PR
Name: Aashish Sachdeva
City / Group: Chandigarh
Submission Checklist
uc-0a/agents.md— present and updateduc-0a/skills.md— present and updateduc-0a/classifier.py— runs without crashuc-0a/results_pune.csv— output presentuc-rag/agents.md— present and updateduc-rag/skills.md— present and updateduc-rag/rag_server.py— not the stub, your implementationuc-mcp/agents.md— present and updateduc-mcp/skills.md— present and updateduc-mcp/mcp_server.py— passes at least one test_client.py testUC-0A — Complaint Classifier
Which failure mode did you encounter first?
Which enforcement rule fixed it? Quote from your agents.md:
Your commit message for UC-0A:
Verification checkpoints:
UC-RAG — RAG Server
Which failure mode did you encounter?
What chunking strategy did you use and why?
Did your system correctly refuse "What is the flexible working culture?"?
Did your system retrieve the correct document for "Can I use my personal phone for work files?"?
Which enforcement rule in agents.md prevented answers outside retrieved context?
Your commit message for UC-RAG:
Verification checkpoints:
UC-MCP — MCP Server
Paste your tool description from mcp_server.py TOOL_DEFINITION:
Does it state the document scope explicitly?
Run result:
python test_client.py --run-allDid the budget forecast question return isError: true?
In one sentence — why is the tool description the enforcement?
Your commit message for UC-MCP:
Verification checkpoints:
python test_client.py --run-allexecutes without connection errorisError: true(out of scope)