# demo-mcp

Greet anyone with a friendly hello or a quintessential Dutch 'Ja daaaag'. Discover the origin of 'Hello, World' and the cultural nuance behind 'Ja daaaag' to add context and charm. Deliver quick, che…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list lama/demo-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lama/demo-mcp hello

# Call a tool
npx -y @smithery/cli@latest tool call lama/demo-mcp hello '{}'
```

## Direct MCP Connection

Endpoint: `https://demo-mcp--lama.run.tools`

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

## Tools (2)

- `hello` — Say hello to someone
- `ja_daaaag` — Zegt altijd een typisch Nederlandse 'Ja daaaag' 😄

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lama/demo-mcp <tool-name>
```

## Resources

- `history://hello-world` — The origin story of the famous 'Hello, World' program
- `history://ja-daaaag` — Mini uitleg wat 'Ja daaaag' in het Nederlands impliceert

## Prompts (2)

- `greet` (name) — Say hello to someone
- `ja_daaaag_prompt` (name) — Zeg 'Ja daaaag' tegen iemand
