LICENSE
README.md
pyproject.toml
src/synthetic_data_mcp/__init__.py
src/synthetic_data_mcp/cli.py
src/synthetic_data_mcp/run_clean.py
src/synthetic_data_mcp/server.py
src/synthetic_data_mcp.egg-info/PKG-INFO
src/synthetic_data_mcp.egg-info/SOURCES.txt
src/synthetic_data_mcp.egg-info/dependency_links.txt
src/synthetic_data_mcp.egg-info/entry_points.txt
src/synthetic_data_mcp.egg-info/requires.txt
src/synthetic_data_mcp.egg-info/top_level.txt
src/synthetic_data_mcp/compliance/consent_management.py
src/synthetic_data_mcp/compliance/data_residency.py
src/synthetic_data_mcp/compliance/regulatory_reporting.py
src/synthetic_data_mcp/compliance/soc2.py
src/synthetic_data_mcp/compliance/validator.py
src/synthetic_data_mcp/config/ollama.py
src/synthetic_data_mcp/core/generator.py
src/synthetic_data_mcp/database/__init__.py
src/synthetic_data_mcp/database/base.py
src/synthetic_data_mcp/database/manager.py
src/synthetic_data_mcp/database/migrations.py
src/synthetic_data_mcp/database/schema_inspector.py
src/synthetic_data_mcp/database/connectors/__init__.py
src/synthetic_data_mcp/database/connectors/bigquery.py
src/synthetic_data_mcp/database/connectors/db2_connector.py
src/synthetic_data_mcp/database/connectors/dynamodb_connector.py
src/synthetic_data_mcp/database/connectors/mongodb.py
src/synthetic_data_mcp/database/connectors/mysql.py
src/synthetic_data_mcp/database/connectors/postgresql.py
src/synthetic_data_mcp/database/connectors/redis.py
src/synthetic_data_mcp/database/connectors/redshift.py
src/synthetic_data_mcp/database/connectors/snowflake.py
src/synthetic_data_mcp/database/connectors/vector_connector.py
src/synthetic_data_mcp/infrastructure/caching.py
src/synthetic_data_mcp/infrastructure/scaling.py
src/synthetic_data_mcp/ingestion/__init__.py
src/synthetic_data_mcp/ingestion/data_ingestion.py
src/synthetic_data_mcp/ingestion/knowledge_loader.py
src/synthetic_data_mcp/ingestion/pattern_analyzer.py
src/synthetic_data_mcp/monitoring/metrics.py
src/synthetic_data_mcp/privacy/engine.py
src/synthetic_data_mcp/providers/__init__.py
src/synthetic_data_mcp/providers/base.py
src/synthetic_data_mcp/providers/ollama_provider.py
src/synthetic_data_mcp/providers/openai_provider.py
src/synthetic_data_mcp/schemas/base.py
src/synthetic_data_mcp/schemas/finance.py
src/synthetic_data_mcp/schemas/healthcare.py
src/synthetic_data_mcp/security/auth.py
src/synthetic_data_mcp/security/encryption.py
src/synthetic_data_mcp/utils/audit.py
src/synthetic_data_mcp/utils/test_credit_cards.py
src/synthetic_data_mcp/validation/statistical.py
tests/test_all_database_connectors.py
tests/test_all_server_endpoints.py
tests/test_compliance.py
tests/test_comprehensive.py
tests/test_core_generator_comprehensive.py
tests/test_coverage_verification.py
tests/test_credit_card_generation.py
tests/test_database_connectors.py
tests/test_database_connectors_comprehensive.py
tests/test_debug_finance.py
tests/test_end_to_end.py
tests/test_enterprise_features.py
tests/test_generator.py
tests/test_ingestion_demo.py
tests/test_integration.py
tests/test_ollama_generation.py
tests/test_performance.py
tests/test_privacy_protection.py
tests/test_schemas.py
tests/test_security.py
tests/test_server.py
tests/test_server_functionality.py
tests/test_simple_finance.py
tests/test_working_features.py