Skip to content

Commit 2e66381

Browse files
committed
Update FAQ and README: Remove Q20, update Q18/Q19, rename section, add FAQ link
- Remove Question 20 about monitoring and observability - Update Q19 to only mention Federated Registry Architecture (Roadmap item #37) - Update Q18 to replace specific metrics with 'TBD and would be updated soon' - Rename 'Basic Platform Engineer Questions' to 'Platform Level Questions' - Update Q3 with relevant code snippet from servers/currenttime/client.py - Add comprehensive Documentation section to README with FAQ link - Renumber remaining questions after Q20 removal
1 parent 022e0e1 commit 2e66381

File tree

2 files changed

+576
-0
lines changed

2 files changed

+576
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ You can deploy the gateway and registry on Amazon EC2 or Amazon EKS for producti
5151
- [Programmatic Access](#programmatic-access)
5252
- [Integration Example](#integration-example)
5353
- [Adding New MCP Servers to the Registry](#adding-new-mcp-servers-to-the-registry)
54+
- [Documentation](#documentation)
5455
- [Roadmap](#roadmap)
5556
- [License](#license)
5657

@@ -484,6 +485,15 @@ Click the "Register Server" button on the top right corner of the Registry web i
484485
**Option 2 - Via MCP Host:**
485486
_Coming soon_ - Use MCP Host applications such as VSCode-insiders or Cursor to register servers directly through their MCP client interfaces.
486487
488+
## Documentation
489+
490+
For comprehensive information about using the MCP Gateway & Registry, see our detailed documentation:
491+
492+
- **[Frequently Asked Questions (FAQ)](docs/FAQ.md)** - Common questions and answers for developers and platform engineers
493+
- **[Authentication Guide](docs/auth.md)** - Detailed authentication and authorization patterns
494+
- **[Cognito Setup Guide](docs/cognito.md)** - Step-by-step Amazon Cognito configuration
495+
- **[Fine-Grained Access Control](docs/scopes.md)** - Scope configuration and access control setup
496+
- **[Dynamic Tool Discovery](docs/dynamic-tool-discovery.md)** - AI agent autonomous tool discovery capabilities
487497
488498
## Roadmap
489499

0 commit comments

Comments
 (0)