Description
Add comprehensive tag management capabilities to the MCP server.
Tasks
Technical Details
- Endpoints:
- GET /tags (list)
- PUT /tags (merge)
- DELETE /tags (delete)
- Need to handle tag relationships
- Consider case sensitivity and normalization
Acceptance Criteria
- Can list all tags with usage counts
- Can merge multiple tags into one
- Can delete unused tags
- Proper error handling for all operations
- Documentation updated
Description
Add comprehensive tag management capabilities to the MCP server.
Tasks
Technical Details
Acceptance Criteria