Skip to content

Commit aeb3b67

Browse files
committed
Fix incorrect port number in MkDocs documentation
- Changed port from 3001 to 7860 to match README and docker-compose.yml - Registry service actually runs on port 7860, not 3001
1 parent f20dc7c commit aeb3b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ cp .env.example .env
7777
docker-compose up -d
7878

7979
# 5. Access the registry
80-
open http://localhost:3001
80+
open http://localhost:7860
8181
```
8282

83-
The registry will be available at `http://localhost:3001` with example MCP servers pre-configured.
83+
The registry will be available at `http://localhost:7860` with example MCP servers pre-configured.
8484

8585
---
8686

0 commit comments

Comments
 (0)