Skip to content

Commit 6391c9e

Browse files
authored
Merge pull request #89 from oskarraszkiewicz/main
Fix simple-prompt example README
2 parents 44ec763 + e4c0074 commit 6391c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/servers/simple-prompt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Start the server using either stdio (default) or SSE transport:
88

99
```bash
1010
# Using stdio transport (default)
11-
uv mcp-simple-prompt
11+
uv run mcp-simple-prompt
1212

1313
# Using SSE transport on custom port
1414
uv run mcp-simple-prompt --transport sse --port 8000

0 commit comments

Comments
 (0)