daniielyan's picture
πŸ”¨ Implement core functionality for Job Search MCP Server, including user profile management, job search, cover letter generation, and Q&A response tools. Add configuration and service layers, and establish dependency management with uv. Introduce .gitignore and .python-version files for environment setup.
4fd18a2
raw
history blame contribute delete
140 Bytes
"""Configuration module for Job Search MCP Server."""
from .settings import Settings, get_settings
__all__ = ["Settings", "get_settings"]