From c1061dc851d9ef74848932f47d3476cd224adae9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 20:06:36 +0000 Subject: [PATCH 1/2] Initial plan From fe396c859b1cb30eb610aa79e43a4fed37a9e652 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 20:08:37 +0000 Subject: [PATCH 2/2] docs: apply PR review comments - fix wording, formatting, and acknowledgments Co-authored-by: bkataru <14833123+bkataru@users.noreply.github.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7aba8a..1a80322 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ and custom integrations. - **Unified Tool Abstraction**: Consistent interface for defining, validating, and executing tools -- **MCP Integration**: Full Model Context Protocol support via `rs-utcp` UTCP +- **MCP Integration**: Full Model Context Protocol support via the `rs-utcp` implementation (tools, resources, prompts) - **Type-Safe Parameters**: Strongly-typed parameter validation with JSON Schema support @@ -54,7 +54,7 @@ Thulp is organized as a Cargo workspace with 10 crates: | ------------------ | ------------------------------------------------- | | **thulp-query** | Query DSL for searching and filtering tools | | **thulp-skills** | Multi-step workflow composition and execution | -| **thulp-workspace**| Workspace and execution context management | +| **thulp-workspace** | Workspace and execution context management | | **thulp-browser** | Web fetching, HTML parsing, optional CDP support | | **thulp-guidance** | Template rendering and LLM guidance primitives | @@ -313,4 +313,3 @@ at your option. - **rs-utcp**: UTCP protocol implementation (includes MCP transport) - **Anthropic**: Model Context Protocol specification -- **UTCP**: Universal Tool Calling Protocol