Skip to content

Commit e4c0074

Browse files
Fix simple-prompt example README
1 parent 44ec763 commit e4c0074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/servers/simple-prompt/README.md

Lines changed: 1 addition & 1 deletion
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)