# hello-server

Greet anyone with a friendly, customizable message. Tailor tone and format for intros, demos, or onboarding. Explore the origin of 'Hello, World' for quick context.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kapilthakare-cyberpunk/hello-server

# Browse available tools
npx -y @smithery/cli@latest tool list kapilthakare-cyberpunk/hello-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kapilthakare-cyberpunk/hello-server hello

# Call a tool
npx -y @smithery/cli@latest tool call kapilthakare-cyberpunk/hello-server hello '{}'
```

## Direct MCP Connection

Endpoint: `https://hello-server--kapilthakare-cyberpunk.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging

## Tools (1)

- `hello` — Say hello to someone

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kapilthakare-cyberpunk/hello-server <tool-name>
```

## Resources

- `history://hello-world` — The origin story of the famous 'Hello, World' program

## Prompts (1)

- `greet` (name) — Say hello to someone
