Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 592 Bytes

File metadata and controls

30 lines (20 loc) · 592 Bytes

Orchestra Plugin: ai-vision

A tools plugin for the Orchestra MCP framework.

Install

go install github.com/orchestra-mcp/plugin-ai-vision/cmd@latest

Usage

Add to your plugins.yaml:

- id: tools.ai-vision
  binary: ./bin/ai-vision
  enabled: true

Tools

Tool Description
hello Say hello to someone

Related Packages