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
Add demo video link and Authentication & Authorization section
- Updated README.md to replace 'coming soon' with demo video link
- Added Authentication and Authorization subsection under Architecture
- Updated Table of Contents to include new subsection
- Added demo video link to docs/dynamic-tool-discovery.md Demo section
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The MCP Gateway & Registry solves these challenges by providing a unified platfo
23
23
24
24
| Resource | Link |
25
25
|----------|------|
26
-
|**Demo Video**|_coming soon_|
26
+
|**Demo Video**|[Dynamic Tool Discovery and Invocation](https://github.com/user-attachments/assets/cee1847d-ecc1-406b-a83e-ebc80768430d)|
27
27
|**Blog Post**|[How the MCP Gateway Centralizes Your AI Model's Tools](https://community.aws/content/2xmhMS0eVnA10kZA0eES46KlyMU/how-the-mcp-gateway-centralizes-your-ai-model-s-tools)|
28
28
29
29
You can deploy the gateway and registry on Amazon EC2 or Amazon EKS for production environments. Jump to [installation on EC2](#installation-on-ec2) or [installation on EKS](#installation-on-eks) for deployment instructions.
@@ -32,6 +32,7 @@ You can deploy the gateway and registry on Amazon EC2 or Amazon EKS for producti
32
32
33
33
-[What's New](#whats-new)
34
34
-[Architecture](#architecture)
35
+
-[Authentication and Authorization](#authentication-and-authorization)
35
36
-[Features](#features)
36
37
-[Prerequisites](#prerequisites)
37
38
-[Installation](#installation)
@@ -185,6 +186,15 @@ flowchart TB
185
186
class DB1,DB2,API1,API2,API3 dataSource
186
187
```
187
188
189
+
### Authentication and Authorization
190
+
191
+
Authentication and authorization are very key aspects of this solution. The MCP Gateway & Registry supports both:
192
+
193
+
-**On-behalf-of (User) Flows**: Where AI agents act on behalf of authenticated users using OAuth 2.0 PKCE flow
194
+
-**AI Agents with Their Own Identity Flows**: Where agents use their own Machine-to-Machine credentials for autonomous operation
195
+
196
+
These authentication patterns are discussed in detail in [`docs/auth.md`](docs/auth.md). An Amazon Cognito-based implementation with step-by-step setup details is provided in [`docs/cognito.md`](docs/cognito.md).
197
+
188
198
## Features
189
199
190
200
***MCP Tool Discovery:** Enables automatic tool discovery by AI Agents and Agent developers. Fetches and displays the list of tools (name, description, schema) based on natural language queries (e.g. _do I have tools to get stock information?_).
0 commit comments