Skip to content

Commit a42b147

Browse files
authored
Add Claude plugin manifest (#24)
adding plugin json to be compatible with most recent claude marketplace requirements https://code.claude.com/docs/en/plugins-reference#plugin-manifest-schema
1 parent 776d5c1 commit a42b147

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
2+
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
23
"name": "braintrust",
4+
"displayName": "Braintrust",
35
"description": "Enables AI agents to use Braintrust for LLM evaluation, logging, and observability. Provides correct API usage, working examples, and helper scripts for common operations.",
46
"version": "1.3.1",
57
"author": {
6-
"name": "Braintrust"
7-
}
8+
"name": "Braintrust",
9+
"email": "support@braintrust.dev",
10+
"url": "https://braintrust.dev"
11+
},
12+
"homepage": "https://braintrust.dev",
13+
"repository": "https://github.com/braintrustdata/braintrust-claude-plugin",
14+
"license": "MIT",
15+
"keywords": [
16+
"braintrust",
17+
"evals",
18+
"llm-evaluation",
19+
"observability"
20+
]
821
}

0 commit comments

Comments
 (0)