Skip to content

Commit 82d1017

Browse files
committed
chore: Increase logging to understand MCP call-tool CLI related build failure on CLI
1 parent 3da7ad5 commit 82d1017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/use/mcp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is similar to the [MCP Inspector](https://github.com/modelcontextprotocol/i
2525
## Call MCP Tool
2626

2727
```bash cd ../.././..
28-
$ ./enola mcp call-tool modelcontextprotocol/everything echo '{"message":"hi"}'
28+
$ ./enola -v mcp call-tool modelcontextprotocol/everything echo '{"message":"hi"}'
2929
...
3030
```
3131

@@ -39,7 +39,7 @@ $ ./enola mcp list-tools --help
3939
<!-- TODO This doesn't work?!
4040
4141
```bash cd ../.././..
42-
$ ./enola mcp list-tools
42+
$ ./enola -vv mcp list-tools
4343
...
4444
```
4545
--->

0 commit comments

Comments
 (0)