Skip to content

Commit d38edbe

Browse files
committed
Update README.md
1 parent 15811b0 commit d38edbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example:
2727
uvx mcpo --port 8000 -- uvx mcp-server-time --local-timezone=America/New_York
2828
```
2929

30-
That’s it. Your MCP tool is now available at http://localhost:8000 with a generated OpenAPI schema.
30+
That’s it. Your MCP tool is now available at http://localhost:8000 with a generated OpenAPI schema — test it live at [http://localhost:8000/docs](http://localhost:8000/docs).
3131

3232
### 🔄 Using a Config File
3333

@@ -60,8 +60,7 @@ Each tool will be accessible under its own unique route, e.g.:
6060
- http://localhost:8000/memory
6161
- http://localhost:8000/time
6262

63-
Each with a dedicated OpenAPI schema and proxy handler.
64-
63+
Each with a dedicated OpenAPI schema and proxy handler. Access full schema UI at: `http://localhost:8000/<tool>/docs` (e.g. /memory/docs, /time/docs)
6564

6665
## 🔧 Requirements
6766

0 commit comments

Comments
 (0)