# RT-Prompt

Provide specialized prompt engineering suggestions to enhance LLM-generated content for development and design tasks. Support backend, frontend, UI design, and general scenarios with tailored prompt …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list yuyao1999/rt-prompt-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get yuyao1999/rt-prompt-mcp-server get_backend_suggestions

# Call a tool
npx -y @smithery/cli@latest tool call yuyao1999/rt-prompt-mcp-server get_backend_suggestions '{}'
```

## Tools (6)

- `get_backend_suggestions`
- `get_frontend_suggestions`
- `get_general_suggestions`
- `get_ui_design_suggestions`
- `get_rt_crud_suggestions`
- `get_feishu_prompt`

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

## Resources

- `info://usage`

---

Source: https://github.com/yuyao1999/rt-prompt-mcp
