hello-world · diff
git:20260423.79498ee to git:20260505.5c57b27
5 added, 4 removed. Audit A to A.
---
name: hello-world
description: >-
Example skill — minimal greeting tool. Use only for testing remote server
connectivity and skill discovery. Not for production use.
license: MIT
metadata:
- dcc-mcp.layer: example
- dcc-mcp.search-hint: "greeting, hello, test, connectivity check"
- dcc-mcp.tags: "example, demo"
- dcc-mcp.tools: "tools.yaml"
+ dcc-mcp:
+ layer: example
+ search-hint: "greeting, hello, test, connectivity check"
+ tags: "example, demo"
+ tools: "tools.yaml"
---
# Hello World
Minimal skill bundled with the remote-server example.
After loading with `load_skill("hello-world")`, the tool `hello_world__greet`
is available.