We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2f562 commit 31eeb63Copy full SHA for 31eeb63
examples/clients/simple-auth-client-client-credentials/README.md
@@ -48,7 +48,7 @@ The client will automatically authenticate using dummy client credentials for th
48
49
## Example
50
51
-```
+```markdown
52
🚀 Simple MCP Auth Client
53
Connecting to: http://localhost:8001/mcp
54
Transport type: streamable_http
@@ -63,12 +63,13 @@ Session ID: ...
63
64
🎯 Interactive MCP Client
65
Commands:
66
- list - List available tools
67
- call <tool_name> [args] - Call a tool
68
- quit - Exit the client
+list - List available tools
+call <tool_name> [args] - Call a tool
+quit - Exit the client
69
70
mcp> list
71
📋 Available tools:
72
+
73
1. echo - Echo back the input text
74
75
mcp> call echo {"text": "Hello, world!"}
0 commit comments