Skip to content

Commit 5ce43d9

Browse files
committed
fix: Unblock build by temporarily de-activating ExecMD on MCP docs
1 parent 82d1017 commit 5ce43d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/use/mcp/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,18 @@ This is similar to the [MCP Inspector](https://github.com/modelcontextprotocol/i
2424

2525
## Call MCP Tool
2626

27-
```bash cd ../.././..
27+
<!-- TODO Re-add the 'bash cd ../.././..' header AFTER https://github.com/enola-dev/enola/issues/1862 is fixed... -->
28+
29+
```sh
2830
$ ./enola -v mcp call-tool modelcontextprotocol/everything echo '{"message":"hi"}'
2931
...
3032
```
3133

3234
## List MCP Tools
3335

34-
```bash $? cd ../.././..
36+
<!-- TODO Re-add the 'bash $? cd ../.././..' header AFTER https://github.com/enola-dev/enola/issues/1862 is fixed... -->
37+
38+
```sh
3539
$ ./enola mcp list-tools --help
3640
...
3741
```

0 commit comments

Comments
 (0)