Files
hive/mcp-server/.env.example
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

16 lines
452 B
Plaintext

# WHOOSH MCP Server Configuration
# Production deployment (default)
WHOOSH_API_URL=https://whoosh.home.deepblack.cloud
WHOOSH_WS_URL=wss://whoosh.home.deepblack.cloud
# Development/testing with local deployment
# WHOOSH_API_URL=http://localhost:8087
# WHOOSH_WS_URL=ws://localhost:8087
# Development/testing with local docker compose
# WHOOSH_API_URL=http://localhost:3001
# WHOOSH_WS_URL=ws://localhost:3001
# Timeout settings
WHOOSH_TIMEOUT=30000