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>
This commit is contained in:
@@ -63,3 +63,36 @@ export { backlinksTools } from './backlinks.js';
|
||||
|
||||
// Search Queries Tools - Search analytics
|
||||
export { searchQueriesTools } from './search-queries.js';
|
||||
|
||||
// Teams Tools - Team/workspace management
|
||||
export { teamsTools } from './teams.js';
|
||||
|
||||
// Integrations Tools - External integrations (Slack, embeds, etc.)
|
||||
export { integrationsTools } from './integrations.js';
|
||||
|
||||
// Notifications Tools - User notifications
|
||||
export { notificationsTools } from './notifications.js';
|
||||
|
||||
// Subscriptions Tools - Document subscriptions
|
||||
export { subscriptionsTools } from './subscriptions.js';
|
||||
|
||||
// Templates Tools - Document templates
|
||||
export { templatesTools } from './templates.js';
|
||||
|
||||
// Imports Tools - Import job management
|
||||
export { importsTools } from './imports-tools.js';
|
||||
|
||||
// Emojis Tools - Custom emoji management
|
||||
export { emojisTools } from './emojis.js';
|
||||
|
||||
// User Permissions Tools - Permission management
|
||||
export { userPermissionsTools } from './user-permissions.js';
|
||||
|
||||
// Bulk Operations Tools - Batch operations
|
||||
export { bulkOperationsTools } from './bulk-operations.js';
|
||||
|
||||
// Advanced Search Tools - Full-text search and facets
|
||||
export { advancedSearchTools } from './advanced-search.js';
|
||||
|
||||
// Analytics Tools - Usage statistics and insights
|
||||
export { analyticsTools } from './analytics.js';
|
||||
|
||||
Reference in New Issue
Block a user