Quick Start
Install MCP Template and run your first command
MCP Template gives you three ways to interact with the same set of tools:
- CLI - Run commands in your terminal
- MCP - Connect AI assistants like Claude directly
- REST API - Call endpoints over HTTP with authentication
Pick the interface that fits your workflow, or use all three.
Installation
Install from source
git clone https://github.com/Miyamura80/DaySurface.git
cd DaySurface
uv syncVerify the installation
uv run daysurface --version
uv run daysurface --helpTry a command
uv run daysurface greet Alice
# Hello, Alice!