# test_zikim

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list test260325/test_zikim

# Get full schema for a tool
npx -y @smithery/cli@latest tool get test260325/test_zikim add

# Call a tool
npx -y @smithery/cli@latest tool call test260325/test_zikim add '{}'
```

## Direct MCP Connection

Endpoint: `https://test_zikim--test260325.run.tools`

## Tools (2)

- `add` — 두 숫자의 합을 반환합니다.
- `multiply` — 두 숫자의 곱을 반환합니다.

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