Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 616 Bytes

File metadata and controls

30 lines (20 loc) · 616 Bytes

Orchestra Plugin: devtools-docker

A tools plugin for the Orchestra MCP framework.

Install

go install github.com/orchestra-mcp/plugin-devtools-docker/cmd@latest

Usage

Add to your plugins.yaml:

- id: tools.devtools-docker
  binary: ./bin/devtools-docker
  enabled: true

Tools

Tool Description
hello Say hello to someone

Related Packages