Zum Inhalt springen
MCP ThesaurusMCP Thesaurus

Hello World

CommunityIncomplete39/100Beanspruchen

updated 7d ago

Greets the user with a colorful terminal message.

QuellcodeWebsiteDocs7

Was kannst du mit Hello World machen?


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