Skip to content
MCP ThesaurusMCP Thesaurus

Hello World

CommunityIncomplete39/100Claim

updated 7d ago

Greets the user with a colorful terminal message.

SourceWebsiteDocs7

What can you do with 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}"`