From d105ea1a7f91e54010f5886f11c1fdada98d6c6e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 11:09:08 +0000 Subject: [PATCH] Add mcp to SearchResult source enum Reflects the SearchQuerySource.MCP value introduced in outline/outline#13011, which is now emitted when search queries are recorded via MCP tools. --- spec3.json | 3 ++- spec3.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/spec3.json b/spec3.json index acc62ec..bee05a2 100644 --- a/spec3.json +++ b/spec3.json @@ -10149,7 +10149,8 @@ "readOnly": true, "enum": [ "api", - "app" + "app", + "mcp" ] }, "createdAt": { diff --git a/spec3.yml b/spec3.yml index a531ba2..513505e 100644 --- a/spec3.yml +++ b/spec3.yml @@ -7206,6 +7206,7 @@ components: enum: - api - app + - mcp createdAt: type: string description: The date and time that this object was created