From 05261ac36a48b6cd2c7cb8cafe14cecd7ac18bf4 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 10 Jun 2026 13:34:57 -0500 Subject: [PATCH] Add langfuse-observability plugin --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 60e3057f..0f3940ca 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1458,6 +1458,20 @@ } } }, + { + "name": "langfuse-observability", + "description": "The Langfuse x Claude Code Observability Plugin", + "author": { + "name": "Langfuse" + }, + "category": "monitoring", + "source": { + "source": "url", + "url": "https://github.com/langfuse/claude-observability-plugin.git", + "sha": "597af67d6c6b369f3e55db6cfa2ebe444f1af46c" + }, + "homepage": "https://langfuse.com/integrations/other/claude-code" + }, { "name": "laravel-boost", "description": "Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.",