Pular para o conteúdo
MCP ThesaurusMCP Thesaurus

Hello World

ComunidadeIncomplete39/100Reivindicar

updated 7d ago

Greets the user with a colorful terminal message.

CódigoSiteDocs7

O que dá para fazer com Hello World?


name: hello-world description: A simple greeting command that demonstrates plugin structure user-invocable: true

hello-world

Greets the user with a colorful terminal message.

Usage

Run the hello-world command:

!`bash "${PLUGIN_DIR}/command.sh"`

With a custom name:

!`bash "${PLUGIN_DIR}/command.sh" --name "${ARGUMENTS}"`