LICENSE
README.md
setup.py
mseep_zen_mcp_server.egg-info/PKG-INFO
mseep_zen_mcp_server.egg-info/SOURCES.txt
mseep_zen_mcp_server.egg-info/dependency_links.txt
mseep_zen_mcp_server.egg-info/requires.txt
mseep_zen_mcp_server.egg-info/top_level.txt
providers/__init__.py
providers/base.py
providers/custom.py
providers/dial.py
providers/gemini.py
providers/openai_compatible.py
providers/openai_provider.py
providers/openrouter.py
providers/openrouter_registry.py
providers/registry.py
providers/xai.py
simulator_tests/__init__.py
simulator_tests/base_test.py
simulator_tests/conversation_base_test.py
simulator_tests/log_utils.py
simulator_tests/test_analyze_validation.py
simulator_tests/test_basic_conversation.py
simulator_tests/test_chat_simple_validation.py
simulator_tests/test_codereview_validation.py
simulator_tests/test_consensus_conversation.py
simulator_tests/test_consensus_three_models.py
simulator_tests/test_consensus_workflow_accurate.py
simulator_tests/test_content_validation.py
simulator_tests/test_conversation_chain_validation.py
simulator_tests/test_cross_tool_comprehensive.py
simulator_tests/test_cross_tool_continuation.py
simulator_tests/test_debug_certain_confidence.py
simulator_tests/test_debug_validation.py
simulator_tests/test_line_number_validation.py
simulator_tests/test_logs_validation.py
simulator_tests/test_model_thinking_config.py
simulator_tests/test_o3_model_selection.py
simulator_tests/test_o3_pro_expensive.py
simulator_tests/test_ollama_custom_url.py
simulator_tests/test_openrouter_fallback.py
simulator_tests/test_openrouter_models.py
simulator_tests/test_per_tool_deduplication.py
simulator_tests/test_planner_continuation_history.py
simulator_tests/test_planner_validation.py
simulator_tests/test_planner_validation_old.py
simulator_tests/test_precommitworkflow_validation.py
simulator_tests/test_prompt_size_limit_bug.py
simulator_tests/test_refactor_validation.py
simulator_tests/test_secaudit_validation.py
simulator_tests/test_testgen_validation.py
simulator_tests/test_thinkdeep_validation.py
simulator_tests/test_token_allocation_validation.py
simulator_tests/test_vision_capability.py
simulator_tests/test_xai_models.py
systemprompts/__init__.py
systemprompts/analyze_prompt.py
systemprompts/chat_prompt.py
systemprompts/codereview_prompt.py
systemprompts/consensus_prompt.py
systemprompts/debug_prompt.py
systemprompts/docgen_prompt.py
systemprompts/planner_prompt.py
systemprompts/precommit_prompt.py
systemprompts/refactor_prompt.py
systemprompts/secaudit_prompt.py
systemprompts/testgen_prompt.py
systemprompts/thinkdeep_prompt.py
systemprompts/tracer_prompt.py
tests/__init__.py
tests/conftest.py
tests/mock_helpers.py
tests/test_alias_target_restrictions.py
tests/test_auto_mode.py
tests/test_auto_mode_comprehensive.py
tests/test_auto_mode_custom_provider_only.py
tests/test_auto_mode_provider_selection.py
tests/test_auto_model_planner_fix.py
tests/test_buggy_behavior_prevention.py
tests/test_challenge.py
tests/test_chat_simple.py
tests/test_collaboration.py
tests/test_config.py
tests/test_consensus.py
tests/test_conversation_field_mapping.py
tests/test_conversation_file_features.py
tests/test_conversation_memory.py
tests/test_conversation_missing_files.py
tests/test_custom_provider.py
tests/test_debug.py
tests/test_deploy_scripts.py
tests/test_dial_provider.py
tests/test_directory_expansion_tracking.py
tests/test_disabled_tools.py
tests/test_docker_claude_desktop_integration.py
tests/test_docker_config_complete.py
tests/test_docker_healthcheck.py
tests/test_docker_implementation.py
tests/test_docker_mcp_validation.py
tests/test_docker_security.py
tests/test_docker_volume_persistence.py
tests/test_file_protection.py
tests/test_gemini_token_usage.py
tests/test_image_support_integration.py
tests/test_integration_utf8.py
tests/test_intelligent_fallback.py
tests/test_large_prompt_handling.py
tests/test_line_numbers_integration.py
tests/test_listmodels.py
tests/test_listmodels_restrictions.py
tests/test_model_enumeration.py
tests/test_model_metadata_continuation.py
tests/test_model_resolution_bug.py
tests/test_model_restrictions.py
tests/test_o3_temperature_fix_simple.py
tests/test_old_behavior_simulation.py
tests/test_openai_compatible_token_usage.py
tests/test_openai_provider.py
tests/test_openrouter_provider.py
tests/test_openrouter_registry.py
tests/test_parse_model_option.py
tests/test_per_tool_model_defaults.py
tests/test_planner.py
tests/test_precommit_workflow.py
tests/test_prompt_regression.py
tests/test_prompt_size_limit_bug_fix.py
tests/test_provider_routing_bugs.py
tests/test_provider_utf8.py
tests/test_providers.py
tests/test_rate_limit_patterns.py
tests/test_refactor.py
tests/test_secaudit.py
tests/test_server.py
tests/test_supported_models_aliases.py
tests/test_thinking_modes.py
tests/test_tools.py
tests/test_tracer.py
tests/test_utf8_localization.py
tests/test_utils.py
tests/test_uvx_support.py
tests/test_workflow_file_embedding.py
tests/test_workflow_metadata.py
tests/test_workflow_prompt_size_validation_simple.py
tests/test_workflow_utf8.py
tests/test_xai_provider.py
tools/__init__.py
tools/analyze.py
tools/challenge.py
tools/chat.py
tools/codereview.py
tools/consensus.py
tools/debug.py
tools/docgen.py
tools/listmodels.py
tools/models.py
tools/planner.py
tools/precommit.py
tools/refactor.py
tools/secaudit.py
tools/testgen.py
tools/thinkdeep.py
tools/tracer.py
tools/version.py
tools/shared/__init__.py
tools/shared/base_models.py
tools/shared/base_tool.py
tools/shared/schema_builders.py
tools/simple/__init__.py
tools/simple/base.py
tools/workflow/__init__.py
tools/workflow/base.py
tools/workflow/schema_builders.py
tools/workflow/workflow_mixin.py
utils/__init__.py
utils/client_info.py
utils/conversation_memory.py
utils/file_types.py
utils/file_utils.py
utils/model_context.py
utils/model_restrictions.py
utils/security_config.py
utils/storage_backend.py
utils/token_utils.py