Skip to content

Commit 6610b87

Browse files
authored
Add Langfuse plugin icon (#130)
1 parent 23908e1 commit 6610b87

3 files changed

Lines changed: 66 additions & 1 deletion

File tree

.agents/plugins/marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,8 @@
871871
"authentication": "ON_INSTALL"
872872
},
873873
"category": "Tools & Integrations",
874-
"description": "Query traces, debug exceptions, analyze sessions, and manage prompts via MCP tools."
874+
"description": "Query traces, debug exceptions, analyze sessions, and manage prompts via MCP tools.",
875+
"icon": "./plugins/avivsinai/langfuse-mcp/assets/langfuse-icon.svg"
875876
},
876877
{
877878
"name": "launchfast",

plugins/avivsinai/langfuse-mcp/.codex-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
],
2323
"interface": {
2424
"displayName": "Langfuse Observability",
25+
"composerIcon": "./assets/langfuse-icon.svg",
2526
"shortDescription": "Query traces, debug exceptions, analyze sessions, and manage prompts via MCP",
2627
"longDescription": "Inspect Langfuse traces, observations, sessions, exceptions, prompts, and datasets from Codex via bundled skills and MCP workflows.",
2728
"developerName": "Aviv Sinai",
Lines changed: 63 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)