feat: Add export/import and Desk CRM sync tools (164 total)
New modules: - export-import.ts (2 tools): export_collection_to_markdown, import_markdown_folder - desk-sync.ts (2 tools): create_desk_project_doc, link_desk_task Updated: - CHANGELOG.md: Version 1.2.1 - CLAUDE.md: Updated to 164 tools across 33 modules - CONTINUE.md: Updated state documentation - AUDIT-REQUEST.md: Updated metrics and file list Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
10
CLAUDE.md
10
CLAUDE.md
@@ -8,7 +8,7 @@ MCP server for direct PostgreSQL access to Outline Wiki database. Follows patter
|
||||
|
||||
**Architecture:** Claude Code -> MCP Outline (stdio) -> PostgreSQL (Outline DB)
|
||||
|
||||
**Total Tools:** 160 tools across 31 modules
|
||||
**Total Tools:** 164 tools across 33 modules
|
||||
|
||||
## Commands
|
||||
|
||||
@@ -70,13 +70,15 @@ src/
|
||||
│ ├── user-permissions.ts # 3 tools - Permissions
|
||||
│ ├── bulk-operations.ts # 6 tools - Batch operations
|
||||
│ ├── advanced-search.ts # 6 tools - Advanced search
|
||||
│ └── analytics.ts # 6 tools - Analytics
|
||||
│ ├── analytics.ts # 6 tools - Analytics
|
||||
│ ├── export-import.ts # 2 tools - Markdown export/import
|
||||
│ └── desk-sync.ts # 2 tools - Desk CRM integration
|
||||
└── utils/
|
||||
├── logger.ts
|
||||
└── security.ts
|
||||
```
|
||||
|
||||
## Tools Summary (160 total)
|
||||
## Tools Summary (164 total)
|
||||
|
||||
| Module | Tools | Description |
|
||||
|--------|-------|-------------|
|
||||
@@ -111,6 +113,8 @@ src/
|
||||
| bulk-operations | 6 | archive, delete, move, restore, add/remove users |
|
||||
| advanced-search | 6 | advanced search, facets, recent, user activity, orphaned, duplicates |
|
||||
| analytics | 6 | overview, user activity, content insights, collection stats, growth, search |
|
||||
| export-import | 2 | export collection to markdown, import markdown folder |
|
||||
| desk-sync | 2 | create desk project doc, link desk task |
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user