Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 596 Bytes

File metadata and controls

30 lines (20 loc) · 596 Bytes

Orchestra Plugin: tools-docs

A tools plugin for the Orchestra MCP framework.

Install

go install github.com/orchestra-mcp/plugin-tools-docs/cmd@latest

Usage

Add to your plugins.yaml:

- id: tools.tools-docs
  binary: ./bin/tools-docs
  enabled: true

Tools

Tool Description
hello Say hello to someone

Related Packages