From a854d4936fec0ec5f83b4cabc839eb6ffca1970b Mon Sep 17 00:00:00 2001 From: chaindead Date: Sat, 28 Feb 2026 03:08:46 +0300 Subject: [PATCH 1/2] add mcp proxy utility --- packages/toon/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/toon/README.md b/packages/toon/README.md index b459c10..36a0ff9 100644 --- a/packages/toon/README.md +++ b/packages/toon/README.md @@ -898,6 +898,7 @@ Comprehensive guides, references, and resources to help you get the most out of ### Tools & Integration - [CLI](https://toonformat.dev/cli/) – Command-line tool for JSON↔TOON conversions +- [Tooner](https://github.com/chaindead/tooner) – MCP proxy that auto-converts JSON tool responses to TOON - [Using TOON with LLMs](https://toonformat.dev/guide/llm-prompts) – Prompting strategies & validation - [Playgrounds](https://toonformat.dev/ecosystem/tools-and-playgrounds) – Interactive tools From 73521bec46939551c8f842483513140f0847c50b Mon Sep 17 00:00:00 2001 From: chaindead Date: Mon, 2 Mar 2026 19:42:55 +0300 Subject: [PATCH 2/2] add mcp proxy utility --- packages/toon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toon/README.md b/packages/toon/README.md index 36a0ff9..122f948 100644 --- a/packages/toon/README.md +++ b/packages/toon/README.md @@ -898,9 +898,9 @@ Comprehensive guides, references, and resources to help you get the most out of ### Tools & Integration - [CLI](https://toonformat.dev/cli/) – Command-line tool for JSON↔TOON conversions -- [Tooner](https://github.com/chaindead/tooner) – MCP proxy that auto-converts JSON tool responses to TOON - [Using TOON with LLMs](https://toonformat.dev/guide/llm-prompts) – Prompting strategies & validation - [Playgrounds](https://toonformat.dev/ecosystem/tools-and-playgrounds) – Interactive tools +- [MCP Wrapper](https://github.com/chaindead/tooner) – MCP wrapper that converts JSON tool responses to TOON ### References