# meditation-recommender

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list hypnoticmeditations/meditation-recommender

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hypnoticmeditations/meditation-recommender get_recommendation

# Call a tool
npx -y @smithery/cli@latest tool call hypnoticmeditations/meditation-recommender get_recommendation '{}'
```

## Direct MCP Connection

Endpoint: `https://meditation-recommender--hypnoticmeditations.run.tools`

## Tools (2)

- `get_recommendation`
- `list_products`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hypnoticmeditations/meditation-recommender <tool-name>
```
