Skip to content

Commit 31eeb63

Browse files
committed
Fix Markdown formatting
1 parent 2a2f562 commit 31eeb63

File tree

1 file changed

+5
-4
lines changed
  • examples/clients/simple-auth-client-client-credentials

1 file changed

+5
-4
lines changed

examples/clients/simple-auth-client-client-credentials/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The client will automatically authenticate using dummy client credentials for th
4848

4949
## Example
5050

51-
```
51+
```markdown
5252
🚀 Simple MCP Auth Client
5353
Connecting to: http://localhost:8001/mcp
5454
Transport type: streamable_http
@@ -63,12 +63,13 @@ Session ID: ...
6363

6464
🎯 Interactive MCP Client
6565
Commands:
66-
list - List available tools
67-
call <tool_name> [args] - Call a tool
68-
quit - Exit the client
66+
list - List available tools
67+
call <tool_name> [args] - Call a tool
68+
quit - Exit the client
6969

7070
mcp> list
7171
📋 Available tools:
72+
7273
1. echo - Echo back the input text
7374

7475
mcp> call echo {"text": "Hello, world!"}

0 commit comments

Comments
 (0)