Skip to content

Commit 5e56416

Browse files
committed
pre-commit run --all-files
1 parent 5a24c8a commit 5e56416

File tree

1 file changed

+11
-11
lines changed
  • examples/clients/simple-sampling-client

1 file changed

+11
-11
lines changed

examples/clients/simple-sampling-client/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ This example demonstrates how to use the sampling capability of the MCP SDK with
1717

1818
1. Install dependencies:
1919

20-
```sh
21-
cd examples/clients/simple-sampling-client/
22-
uv sync
23-
```
20+
```sh
21+
cd examples/clients/simple-sampling-client/
22+
uv sync
23+
```
2424

2525
2. Set environment variables in a `.env` file. A sample `.env` file is provided as `.env.example`.
2626

2727
3. Start the MCP server in a separate terminal:
2828

29-
```sh
30-
cd examples/snippets/servers/
31-
uv run server sampling streamable-http
32-
```
29+
```sh
30+
cd examples/snippets/servers/
31+
uv run server sampling streamable-http
32+
```
3333

3434
4. Run the sampling client in previous terminal:
3535

36-
```sh
37-
uv run mcp-simple-sampling-client
38-
```
36+
```sh
37+
uv run mcp-simple-sampling-client
38+
```
3939

4040
## Usage
4141

0 commit comments

Comments
 (0)