You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/tests/results/0a0cff94-1f03-4d1f-b5cc-a41d464f575e_test_results.json
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,16 @@
8
8
"extractedInfo": {
9
9
"name": "AWS Knowledge Base Retrieval MCP Server",
10
10
"description": "An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.",
11
-
"Installation_instructions": "You can installthe server using Docker or NPX. For Docker, build the image using the provided Dockerfile. For NPX, use the command 'npx -y @modelcontextprotocol/server-aws-kb-retrieval'. Ensure AWS credentials are configured either via IAM Access Keys or AWS SSO.",
12
-
"Usage_instructions": "Use the 'retrieve_from_aws_kb' tool to perform retrieval operations. Inputs include 'query', 'knowledgeBaseId', and optionally 'n' for the number of results. The response includes raw context and structured RAG sources with metadata.",
11
+
"Installation_instructions": "To install, follow the configuration steps for AWS credentials (either IAM Access Keys or AWS SSO) and set up the environment variables as described. Use Docker or NPX commands to run the server, or build it from a local repository.",
12
+
"Usage_instructions": "Use the `retrieve_from_aws_kb` tool to perform retrieval operations. Provide a query, Knowledge Base ID, and optionally the number of results to retrieve. The response includes raw context and structured RAG sources with metadata.",
13
13
"features": [
14
14
"RAG (Retrieval-Augmented Generation): Retrieve context from the AWS Knowledge Base based on a query and a Knowledge Base ID.",
15
15
"Supports multiple results retrieval: Option to retrieve a customizable number of results."
16
16
],
17
17
"prerequisites": [
18
-
"AWS access key ID, secret access key, and region from the AWS Management Console.",
19
-
"AWS CLI configured with SSO profile if using AWS SSO.",
20
-
"Docker installed if using Docker for installation.",
21
-
"Node.js installed if using NPX or running from a local repository."
18
+
"AWS access key ID, secret access key, and region (for IAM Access Keys).",
19
+
"AWS SSO profile configuration (for AWS SSO).",
20
+
"Docker or NPX installed (depending on the chosen installation method)."
0 commit comments