本文へスキップ
MCP ThesaurusMCP Thesaurus

Hello World

コミュニティIncomplete39/100申請する

updated 7d ago

Greets the user with a colorful terminal message.

ソースウェブサイトドキュメント7

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}"`