Skip to content

Commit 6a448fe

Browse files
Update doc
1 parent 79c9ce3 commit 6a448fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/tools/_index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ cascade:
77

88
## Background
99

10-
The `mcp/run` container is an mcp server, but it can be extended by giving it new
11-
containers, as tools, and prompts. Existing containers, like `curl` or `ffmpeg`, can
12-
then be exposed as MCP servers.
10+
The `mcp/run` container is an mcp server that can be extended with new
11+
container-based tools, and prompts. Existing containers, like `curl` or `ffmpeg`, can
12+
now be exposed as MCP servers without having to wrap each tool in an mcp server.
1313

1414
```mermaid
1515
flowchart LR
@@ -27,7 +27,7 @@ flowchart LR
2727
style box2 fill:#f9f9f9,stroke:#333,stroke-width:2px
2828
```
2929

30-
Our current definitions are markdown documents (see [examples](examples)).
30+
Definitions of new tools and prompts are made using markdown documents (see [examples](examples)).
3131

3232
```markdown
3333
---
@@ -42,7 +42,7 @@ Run the curl command, in silent mode, to fetch gists for user slimslenderslacks
4242

4343
## Getting Started
4444

45-
We can use this to extend MCP clients like Claude Desktop, and create test new tools and prompts using
45+
We can use this to extend MCP clients like Claude Desktop, and test new tool definitions using
4646
VSCode. Instructions for these two paths are here.
4747

4848
1. Attach the MCP server [to Claude Desktop](quickstart).

0 commit comments

Comments
 (0)