-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is this related to an existing feature request or issue?
aws-documentation-mcp-server: https://github.com/awslabs/mcp/blob/main/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server
Summary
Currently, the aws-documentation_mcp_server usese the AWS Docs Search Endpoint. The ask here is to migrate to a new endpoint that uses a Retrieval-Augmented Generation model(RAG) instead of the current AWS Docs Search
Use case
- Better integration with Agentic workflows
- Allows for the addition of features that allow more control to agentic models on what parameters they can use to tweak results based on use case
Proposal
This change should be simply be changing the Search API endpoint to use an existing RAG endpoint. Details on this RAG endpoint should be already implemented/out of scope
Out of scope
Creation/Maintenance of the RAG backend we will use. This change should solely focus on updating the endpoint to use the new API
Potential challenges
Changing endpoints would require some work to ensure the new endpoint works as expected and does not introduce any regressions for the server itself.
Dependencies and Integrations
This change should change dependencies from the AWS Docs Search Endpoint to a new endpoint