Files
hive/mcp-server/typedoc.json
anthonyrawlins 268214d971 Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components
- Enhanced backend API with new services: AI models, BZZZ integration, templates, members
- Added comprehensive testing suite with security, performance, and integration tests
- Improved frontend with new components for project setup, AI models, and team management
- Updated MCP server implementation with WHOOSH-specific tools and resources
- Enhanced deployment configurations with production-ready Docker setups
- Added comprehensive documentation and setup guides
- Implemented age encryption service and UCXL integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 08:34:48 +10:00

55 lines
1.2 KiB
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/index.ts"],
"entryPointStrategy": "expand",
"out": "docs",
"name": "WHOOSH MCP Server Documentation",
"theme": "default",
"readme": "README.md",
"includeVersion": true,
"categorizeByGroup": true,
"defaultCategory": "Other",
"categoryOrder": [
"Server Core",
"Client API",
"Tools",
"Resources",
"Types",
"Utilities",
"*"
],
"sort": ["source-order"],
"excludePrivate": false,
"excludeProtected": false,
"excludeInternal": false,
"gitRevision": "main",
"searchInComments": true,
"searchInDocuments": true,
"cleanOutputDir": true,
"titleLink": "https://docs.whoosh.deepblack.cloud/mcp-server/",
"navigation": {
"includeCategories": true,
"includeGroups": true
},
"plugin": [
"typedoc-plugin-markdown"
],
"markdownPlugin": {
"entryFileName": "README.md"
},
"treatWarningsAsErrors": false,
"treatValidationWarningsAsErrors": false,
"validation": {
"notExported": false,
"invalidLink": false,
"notDocumented": false
},
"exclude": [
"node_modules/**/*",
"dist/**/*",
"**/*.test.ts",
"**/*.spec.ts"
],
"externalPattern": ["node_modules/**/*"],
"excludeExternals": true
}