From 5b22635daf4602ea15f55cc2760685fa7c6d7e93 Mon Sep 17 00:00:00 2001 From: "tembo[bot]" <208362400+tembo[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 18:09:14 +0000 Subject: [PATCH] feat: add project poem to README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index c133a9e..6fa408e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,35 @@ This is a CLI for accessing the Tembo API. +## A Poem About Tembo + +``` +In terminals where commands await, +A bridge emerges, small but great— +Tembo speaks to cloud and code, +Bearer tokens light the road. + +Through MCP it streams with care, +Authentication handled there, +From sandbox depths to API heights, +Connecting days and linking nights. + +Commander guides each argument's way, +TypeScript ensures no types astray, +With Supergateway's streaming flow, +The data moves where it must go. + +Environment variables hold the keys, +Convict configures with such ease, +Repositories listed, tasks created too, +Tembo does what CLIs do. + +A connector faithful, a client true, +Built with Nix for me and you, +In the realm of code it stands so tall— +Tembo CLI, uniting all. +``` + ## MCP The CLI also functions as our MCP connector, handling authentication and a few other things for us automatically in our sandbox.