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 82d1017 commit 5ce43d9Copy full SHA for 5ce43d9
docs/use/mcp/index.md
@@ -24,14 +24,18 @@ This is similar to the [MCP Inspector](https://github.com/modelcontextprotocol/i
24
25
## Call MCP Tool
26
27
-```bash cd ../.././..
+<!-- TODO Re-add the 'bash cd ../.././..' header AFTER https://github.com/enola-dev/enola/issues/1862 is fixed... -->
28
+
29
+```sh
30
$ ./enola -v mcp call-tool modelcontextprotocol/everything echo '{"message":"hi"}'
31
...
32
```
33
34
## List MCP Tools
35
-```bash $? cd ../.././..
36
+<!-- TODO Re-add the 'bash $? cd ../.././..' header AFTER https://github.com/enola-dev/enola/issues/1862 is fixed... -->
37
38
39
$ ./enola mcp list-tools --help
40
41
0 commit comments