# test

test

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mefta.sadat2/ld

# Browse available tools
npx -y @smithery/cli@latest tool list mefta.sadat2/ld

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mefta.sadat2/ld catalog_search

# Call a tool
npx -y @smithery/cli@latest tool call mefta.sadat2/ld catalog_search '{}'
```

## Direct MCP Connection

Endpoint: `https://ld--mefta.sadat2.run.tools`

## Tools (1)

- `catalog_search` — Search the product catalog to find grocery products.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mefta.sadat2/ld <tool-name>
```
