Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "anythink",
"owner": {
"name": "Anythink",
"url": "https://anythink.cloud"
},
"description": "Plugins for building and operating an Anythink backend.",
"plugins": [
{
"name": "anythink",
"source": ".",
"description": "Build and operate an Anythink backend (data modelling, RBAC, search, workflows, integrations, files, payments) via the Anythink MCP server or `anythink` CLI."
}
]
}
14 changes: 14 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "anythink",
"description": "Build and operate an Anythink backend — the all-in-one backend-as-a-service (typed data modelling with relationships, row/field-level security, full-text + semantic + geo search, RBAC, a workflow/automation engine, third-party integrations, file storage, and payments) — through the Anythink MCP server or `anythink` CLI.",
"version": "0.1.0",
"author": {
"name": "Anythink",
"url": "https://anythink.cloud"
},
"homepage": "https://anythink.cloud",
"repository": "https://github.com/anythink-cloud/anythink-cli",
"license": "MIT",
"keywords": ["anythink", "backend", "baas", "mcp", "cli", "database", "rbac", "search", "workflows"]
}