mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-11 17:37:18 -04:00
@martmull v2.0 ;) --------- Co-authored-by: martmull <martmull@hotmail.fr> Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"name": "twenty",
|
|
"version": "0.1.0",
|
|
"description": "Create, operate, develop, publish, and query Twenty apps through Codex.",
|
|
"author": {
|
|
"name": "Twenty PBC",
|
|
"url": "https://twenty.com/"
|
|
},
|
|
"homepage": "https://docs.twenty.com/",
|
|
"repository": "https://github.com/twentyhq/twenty",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"twenty",
|
|
"create-twenty-app",
|
|
"mcp",
|
|
"oauth",
|
|
"crm",
|
|
"apps",
|
|
"scaffolding",
|
|
"cli",
|
|
"twenty-sdk",
|
|
"publishing"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"interface": {
|
|
"displayName": "Twenty",
|
|
"shortDescription": "Create, develop, publish, and query apps",
|
|
"longDescription": "Scaffold, develop, deploy, and publish Twenty apps end-to-end. Five focused skills cover app creation, entity development (objects, fields, logic, layouts, front components), remote/sync/deploy operations, marketplace publishing assets, and workspace data retrieval via MCP. The bundled Twenty docs MCP server keeps guidance current, and the setup helper wires per-user workspace MCP with OAuth in one command.",
|
|
"developerName": "Twenty PBC",
|
|
"category": "Coding",
|
|
"capabilities": [
|
|
"Interactive",
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://twenty.com/",
|
|
"privacyPolicyURL": "https://twenty.com/privacy-policy",
|
|
"termsOfServiceURL": "https://twenty.com/terms",
|
|
"defaultPrompt": [
|
|
"Create and run a new Twenty app",
|
|
"Push a Twenty app to production",
|
|
"Develop a Twenty app feature"
|
|
],
|
|
"brandColor": "#000000",
|
|
"composerIcon": "./assets/twenty-logo.svg",
|
|
"logo": "./assets/twenty-logo.png",
|
|
"screenshots": []
|
|
}
|
|
}
|