pypi-query-mcp/pypi_query_mcp/config/__init__.py

9 lines
267 B
Python
Raw Normal View History

"""Configuration management for PyPI Query MCP Server.
This package handles configuration loading, validation, and management
for the MCP server, including private registry settings.
"""
# Configuration exports will be added as modules are implemented
__all__ = []