Files
Nikolai Giman 9b08c82548 feat: inbox
2026-06-29 00:53:53 +02:00

25 lines
923 B
JSON

{
"name": "taskview",
"displayName": "TaskView",
"version": "0.1.0",
"description": "Manage TaskView projects and tasks from Claude Code — browse projects, view and create tasks, and log your work without leaving the terminal. Bundles the TaskView MCP server.",
"author": {
"name": "Nikolai Giman"
},
"userConfig": {
"taskview_url": {
"type": "string",
"title": "TaskView API URL",
"description": "TaskView Cloud is https://api.taskview.tech — or your own self-hosted instance URL (e.g. https://taskview.yourcompany.com).",
"required": true
},
"taskview_token": {
"type": "string",
"title": "TaskView API token",
"description": "An API token (tvk_...) generated in your TaskView account settings. Scope it to the minimum permissions and projects the assistant should be able to reach.",
"sensitive": true,
"required": true
}
}
}