# Calculator Learning Demo Server

Provide a stateful, session-based calculator server with robust streamable HTTP transport supporting resumable event streams and persistent session state. Enable complex multi-step workflows, interac…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add yigitkonur/example-mcp-server-streamable-http

# Browse available tools
npx -y @smithery/cli@latest tool list yigitkonur/example-mcp-server-streamable-http
```

---

Source: https://github.com/yigitkonur/example-mcp-server-streamable-http
