83b70f557e
feat: Add 52 new tools bringing total to 160
...
New modules (11):
- teams.ts (5 tools): Team/workspace management
- integrations.ts (6 tools): External integrations (Slack, embeds)
- notifications.ts (4 tools): User notification management
- subscriptions.ts (4 tools): Document subscription management
- templates.ts (5 tools): Document template management
- imports-tools.ts (4 tools): Import job management
- emojis.ts (3 tools): Custom emoji management
- user-permissions.ts (3 tools): Permission management
- bulk-operations.ts (6 tools): Batch operations
- advanced-search.ts (6 tools): Faceted search, recent, orphaned, duplicates
- analytics.ts (6 tools): Usage statistics and insights
Updated:
- src/index.ts: Import and register all new tools
- src/tools/index.ts: Export all new modules
- CHANGELOG.md: Version 1.2.0 entry
- CLAUDE.md: Updated tool count to 160
- CONTINUE.md: Updated state documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:53:27 +00:00
fa0e052620
feat: Add 22 new tools for complete Outline coverage (v1.1.0)
...
New modules (22 tools):
- Stars (3): list, create, delete - bookmarks
- Pins (3): list, create, delete - highlighted docs
- Views (2): list, create - view tracking
- Reactions (3): list, create, delete - emoji on comments
- API Keys (4): list, create, update, delete
- Webhooks (4): list, create, update, delete
- Backlinks (1): list - read-only view
- Search Queries (2): list, stats - analytics
Total tools: 86 -> 108 (+22)
All 22 new tools validated against Outline v0.78 schema.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:40:37 +00:00
9213970d44
docs: Update CHANGELOG with complete v1.0.1 fixes
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:35:09 +00:00
7116722d73
fix: Complete schema adaptation for all tool modules
...
- auth.ts: Use suspendedAt instead of isSuspended, role instead of isAdmin
- comments.ts: Use role='admin' for admin user queries
- documents.ts: Use suspendedAt IS NULL for active users
- events.ts: Return actorRole instead of actorIsAdmin
- shares.ts: Use role='admin' for admin user queries
All queries validated against Outline v0.78 schema (10/10 tests pass).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:34:53 +00:00
6f5d17516b
fix: Adapt SQL queries to actual Outline database schema
...
- Users: Use role enum instead of isAdmin/isViewer/isSuspended booleans
- Users: Remove non-existent username column
- Groups: Fix group_users table (no deletedAt, composite PK)
- Attachments: Remove url and deletedAt columns, use hard delete
All 10/10 core queries now pass validation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:32:41 +00:00
42fc0c6d6d
docs: Add continuation prompt for future sessions
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:25:59 +00:00
b05b54033f
feat: Initial release MCP Outline PostgreSQL v1.0.0
...
86 tools across 12 modules for direct PostgreSQL access to Outline Wiki:
- Documents (19), Collections (14), Users (9), Groups (8)
- Comments (6), Shares (5), Revisions (3), Events (3)
- Attachments (5), File Operations (4), OAuth (8), Auth (2)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 13:25:09 +00:00