From 95c6a8ce8a7788a18bb01cf6970c8e32f8058339 Mon Sep 17 00:00:00 2001 From: Simon Coombes Date: Tue, 14 Jul 2026 17:35:37 -0400 Subject: [PATCH] Cline: mark marketplace submission filed (cline#2027) --- README.md | 2 +- transform/cline/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3309820..bbfb586 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ where each one stands. | Integration | Category | Auth | Status | Owner | | --- | --- | --- | --- | --- | -| [Cline](transform/cline/) | marketplace | OAuth / API key | Not started | @simoncoombes | +| [Cline](transform/cline/) | marketplace | OAuth / API key | Submitted ([cline#2027](https://github.com/cline/mcp-marketplace/issues/2027)) | @simoncoombes | ## Adding an integration diff --git a/transform/cline/meta.yaml b/transform/cline/meta.yaml index 4f1d870..69143a6 100644 --- a/transform/cline/meta.yaml +++ b/transform/cline/meta.yaml @@ -2,8 +2,8 @@ name: Cline category: marketplace auth: oauth / api-key # OAuth (npx mcp-remote) is the default; a Bearer API-key variant is also documented -vendor_pr: # Cline MCP Marketplace submission (issue/website) - add when filed -review_status: not-started +vendor_pr: https://github.com/cline/mcp-marketplace/issues/2027 # Cline MCP Marketplace submission +review_status: open # submitted 2026-07-14, awaiting Cline review issue: docs_pr: https://github.com/Unstructured-IO/docs/pull/986 owner: simoncoombes