Files
Jonah Snider 6b48aeddf9 feat: support Agent Plugins (#81)
Signed-off-by: Jonah Snider <jonah@jonahsnider.com>
2026-08-18 07:28:10 -07:00

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"
]
}