From 57130735e6cfccfb8febec7a252baf38764cd2bf Mon Sep 17 00:00:00 2001 From: KanakReshi Date: Mon, 1 Jun 2026 01:41:06 +0530 Subject: [PATCH 1/3] chore: remove unused conditional branch --- observal-server/api/routes/mcp.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/observal-server/api/routes/mcp.py b/observal-server/api/routes/mcp.py index b945c42ae..95239dba3 100644 --- a/observal-server/api/routes/mcp.py +++ b/observal-server/api/routes/mcp.py @@ -391,10 +391,6 @@ async def update_mcp_draft( await db.commit() await db.refresh(listing) - if listing.status == ListingStatus.pending or listing.status == ListingStatus.rejected: - pass - else: - pass return McpListingResponse.model_validate(listing) From a1362e424525f0cdd43d9ebf25ef6e9a83de34d7 Mon Sep 17 00:00:00 2001 From: KanakReshi Date: Sun, 7 Jun 2026 15:58:46 +0530 Subject: [PATCH 2/3] fix : Added OpenGraph and Twitter meta tags to index.html --- web/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/index.html b/web/index.html index 31c6a926c..959468fcd 100644 --- a/web/index.html +++ b/web/index.html @@ -7,6 +7,20 @@ Observal + + + + + + + + + + + + + +