Skip to content

Commit f81e263

Browse files
committed
updated readme file
1 parent 4979134 commit f81e263

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Docker MCP Server
22

3-
This module provides a implementation of a Model Context Protocol MCP server for Docker commands using the [`mcp_mediator`](https://github.com/makbn/mcp_mediator) core framework. Docker MCP Servr uses the MCP Mediator automactic MCP Server generation feature to generate MCP Tools for the existing Docker commands using `@McpTool` and minimal description.
3+
This module provides an implementation of a **Model Context Protocol** MCP server for Docker commands, powered by the [`mcp_mediator`](https://github.com/makbn/mcp_mediator) core framework.
4+
The Docker MCP Server utilizes the **automatic server generation** feature of MCP Mediator to expose existing Docker commands as MCP Tools.
5+
Each command is optionally annotated with `@McpTool` along with a minimal description to enhance tool discoverability and usability.
46

5-
Check all the supported commands [here](#supported-docker-commands-as-mcp-server-tools).
7+
👉 See the full list of supported commands [here](#supported-docker-commands-as-mcp-server-tools).
68

79
![Docker MCP Server](./.github/static/docker_mcp_server_inspect.png)
810

@@ -194,5 +196,5 @@ Contributions are welcome! Please feel free to submit a Pull Request. Read this
194196

195197
### License
196198

197-
This project is licensed under the GPL3 License - see the LICENSE file for details.
199+
This project is licensed under the GPL3 Licensesee the LICENSE file for details.
198200

0 commit comments

Comments
 (0)