We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cheesejaguar/aerospace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•320 B
"""Test package for Aerospace MCP.
This package contains all tests for the aerospace-mcp project, including
unit tests, integration tests, and test utilities.
"""
__version__ = "0.1.0"
# Test configuration and utilities can be imported here
# from .conftest import *
# from .utils import *
__all__ = ["__version__"]