# test-mcp

Greet anyone instantly by name. Discover the origin of 'Hello, World' via a handy reference. Simplify demos and onboarding with quick, friendly messages.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add soongil.so9503/test-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list soongil.so9503/test-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get soongil.so9503/test-mcp hello

# Call a tool
npx -y @smithery/cli@latest tool call soongil.so9503/test-mcp hello '{}'
```

## Direct MCP Connection

Endpoint: `https://test-mcp--soongil.so9503.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 soongil.so9503/test-mcp <tool-name>
```

## Resources

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

## Prompts (1)

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