Skip to content

Commit fe732e8

Browse files
committed
docs: add table of contents to README.md
- Added comprehensive table of contents with all main sections - Includes nested subsections for better navigation - Positioned after main description and before What's New section - Provides quick access to all major documentation sections
1 parent ab9705d commit fe732e8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,31 @@ The MCP Gateway & Registry solves these challenges by providing a unified platfo
2828

2929
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.
3030

31+
## Table of Contents
32+
33+
- [What's New](#whats-new)
34+
- [Architecture](#architecture)
35+
- [Features](#features)
36+
- [Prerequisites](#prerequisites)
37+
- [Installation](#installation)
38+
- [Installation on EC2](#installation-on-ec2)
39+
- [Docker Compose Architecture](#docker-compose-architecture)
40+
- [Quick Start Installation](#quick-start-installation)
41+
- [Post-Installation](#post-installation)
42+
- [Running the Gateway over HTTPS](#running-the-gateway-over-https)
43+
- [Installation on EKS](#installation-on-eks)
44+
- [Using the Gateway and Registry with AI Agents](#using-the-gateway-and-registry-with-ai-agents)
45+
- [Run Agent with User Identity](#run-agent-with-user-identity)
46+
- [Run Agent with Its Own Agentic Identity](#run-agent-with-its-own-agentic-identity)
47+
- [Usage](#usage)
48+
- [Web Interface Usage](#web-interface-usage)
49+
- [MCP Client Integration](#mcp-client-integration)
50+
- [Programmatic Access](#programmatic-access)
51+
- [Integration Example](#integration-example)
52+
- [Adding New MCP Servers to the Registry](#adding-new-mcp-servers-to-the-registry)
53+
- [Roadmap](#roadmap)
54+
- [License](#license)
55+
3156
## What's New
3257

3358
* **IdP Integration with Amazon Cognito:** Complete identity provider integration supporting both user identity and agent identity modes. See [detailed Cognito setup guide](docs/cognito.md) for configuration instructions.

0 commit comments

Comments
 (0)