From eb1510e138223ac656d9032f6caa625f8b52d207 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 12 Jun 2026 14:27:03 -0500 Subject: [PATCH] Add langfuse-observability plugin (#2613) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0732ea9c..384b0ef1 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.",