"""
SSB MCP Server Testing Package
This package contains comprehensive test suites for the SSB MCP Server:
- quick_test.py: Fast functionality verification
- test_all_mcp_features.py: Complete test suite for all 80+ MCP tools
- run_tests.py: Test runner with multiple execution options
- test_config.py: Test utilities and environment setup
- TEST_RESULTS.md: Detailed test results and analysis
"""
__version__ = "1.0.0"
__author__ = "SSB MCP Server Team"