mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-22 08:14:22 +01:00
Fix simple-prompt example README
This commit is contained in:
@@ -8,7 +8,7 @@ Start the server using either stdio (default) or SSE transport:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Using stdio transport (default)
|
# Using stdio transport (default)
|
||||||
uv mcp-simple-prompt
|
uv run mcp-simple-prompt
|
||||||
|
|
||||||
# Using SSE transport on custom port
|
# Using SSE transport on custom port
|
||||||
uv run mcp-simple-prompt --transport sse --port 8000
|
uv run mcp-simple-prompt --transport sse --port 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user