mirror of
https://github.com/sanity-io/agent-toolkit.git
synced 2026-09-14 18:39:20 +08:00
6b48aeddf9
Signed-off-by: Jonah Snider <jonah@jonahsnider.com>
24 lines
618 B
JSON
24 lines
618 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "sanity",
|
|
"version": "1.0.0",
|
|
"description": "Sanity plugin with an MCP server and agent skills for structured content development.",
|
|
"author": {
|
|
"name": "Sanity",
|
|
"email": "support@sanity.io",
|
|
"url": "https://www.sanity.io"
|
|
},
|
|
"homepage": "https://github.com/sanity-io/agent-toolkit",
|
|
"repository": "https://github.com/sanity-io/agent-toolkit",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"sanity",
|
|
"cms",
|
|
"content-lake",
|
|
"groq",
|
|
"content",
|
|
"structured-content",
|
|
"visual-editing"
|
|
]
|
|
}
|