mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-30 09:07:40 -05:00
Catalog-tier resources stay out of tools/list; agents discover them via find_action (scope-filtered, schemas on demand) and invoke them through do_action, which funnels into the same Dispatch path — schema validation and the per-call scope re-check apply identically. Wave 1: task labels, task relations (subtasks), team members, project user/team shares, project views. Deliberately absent: api tokens, webhooks, link shares, buckets and positions (v1 token scopes don't map onto (group, op) permissions), saved filters (nested filter object). Adds IdentityFields for records not addressed by their id (team members go by team + username) and treats readOnly+param fields as arguments (REST reads them from the URL; MCP has no URL).