|
| 1 | +{ |
| 2 | + "name": "lixray-agent-plugin", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Safely version, branch, review, and merge files in hosted Lix repositories.", |
| 5 | + "author": { |
| 6 | + "name": "Opral", |
| 7 | + "url": "https://lixray.com" |
| 8 | + }, |
| 9 | + "homepage": "https://lixray.com", |
| 10 | + "repository": "https://github.com/opral/lixray-agent-plugin", |
| 11 | + "license": "MIT", |
| 12 | + "keywords": ["lix", "lixray", "version-control", "files", "mcp"], |
| 13 | + "skills": "./skills/", |
| 14 | + "mcpServers": "./.mcp.json", |
| 15 | + "interface": { |
| 16 | + "displayName": "LixRay", |
| 17 | + "shortDescription": "Version control for your company files.", |
| 18 | + "longDescription": "Use LixRay to inspect, change, branch, review, undo, and merge Markdown, CSV, JSON, images, and other files through a hosted Lix repository.", |
| 19 | + "developerName": "Opral", |
| 20 | + "category": "Developer Tools", |
| 21 | + "capabilities": ["Read", "Write"], |
| 22 | + "websiteURL": "https://lixray.com", |
| 23 | + "defaultPrompt": [ |
| 24 | + "Show me the files in my Lix repository.", |
| 25 | + "Make this change safely on a new branch.", |
| 26 | + "Review and merge the pending Lix branch." |
| 27 | + ], |
| 28 | + "brandColor": "#E8590C", |
| 29 | + "composerIcon": "./assets/lixray-mark.svg", |
| 30 | + "logo": "./assets/lixray-mark.svg" |
| 31 | + } |
| 32 | +} |
0 commit comments