跳到正文
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}"`