We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrooksIan/SSB-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•458 B
"""
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"