LICENSE
README.md
pyproject.toml
src/maid_runner_mcp/__init__.py
src/maid_runner_mcp/__version__.py
src/maid_runner_mcp/py.typed
src/maid_runner_mcp/server.py
src/maid_runner_mcp.egg-info/PKG-INFO
src/maid_runner_mcp.egg-info/SOURCES.txt
src/maid_runner_mcp.egg-info/dependency_links.txt
src/maid_runner_mcp.egg-info/entry_points.txt
src/maid_runner_mcp.egg-info/requires.txt
src/maid_runner_mcp.egg-info/top_level.txt
src/maid_runner_mcp/prompts/__init__.py
src/maid_runner_mcp/prompts/audit_compliance.py
src/maid_runner_mcp/prompts/design_tests.py
src/maid_runner_mcp/prompts/fix_errors.py
src/maid_runner_mcp/prompts/implement_task.py
src/maid_runner_mcp/prompts/plan_task.py
src/maid_runner_mcp/prompts/refactor_code.py
src/maid_runner_mcp/prompts/review_manifest.py
src/maid_runner_mcp/prompts/spike_idea.py
src/maid_runner_mcp/resources/__init__.py
src/maid_runner_mcp/resources/manifest.py
src/maid_runner_mcp/resources/schema.py
src/maid_runner_mcp/resources/snapshot.py
src/maid_runner_mcp/resources/spec.py
src/maid_runner_mcp/resources/validation.py
src/maid_runner_mcp/tools/__init__.py
src/maid_runner_mcp/tools/files.py
src/maid_runner_mcp/tools/generate_stubs.py
src/maid_runner_mcp/tools/init.py
src/maid_runner_mcp/tools/manifests.py
src/maid_runner_mcp/tools/schema.py
src/maid_runner_mcp/tools/snapshot.py
src/maid_runner_mcp/tools/snapshot_system.py
src/maid_runner_mcp/tools/validate.py
src/maid_runner_mcp/utils/__init__.py
src/maid_runner_mcp/utils/cache.py
src/maid_runner_mcp/utils/roots.py
tests/test_task_001_server_core.py
tests/test_task_002_validate_tool.py
tests/test_task_003_snapshot_tool.py
tests/test_task_005_list_manifests_tool.py
tests/test_task_006_init_schema_tools.py
tests/test_task_007_snapshot_system_tool.py
tests/test_task_008_generate_stubs_tool.py
tests/test_task_009_resource_infrastructure.py
tests/test_task_010_manifest_resource.py
tests/test_task_011_schema_resource.py
tests/test_task_012_validation_resource.py
tests/test_task_013_snapshot_resource.py
tests/test_task_014_prompts_foundation.py
tests/test_task_015_spike_idea_prompt.py
tests/test_task_016_plan_task_prompt.py
tests/test_task_017_design_tests_prompt.py
tests/test_task_018_review_manifest_prompt.py
tests/test_task_019_implement_task_prompt.py
tests/test_task_020_refactor_code_prompt.py
tests/test_task_021_fix_errors_prompt.py
tests/test_task_022_audit_compliance_prompt.py
tests/test_task_023_files_tool.py
tests/test_task_024_add_mcp_server_instructions.py
tests/test_task_025_maid_spec_resource.py
tests/test_task_026_roots_utility.py
tests/test_task_027_validate_tool_cwd.py
tests/test_task_029_snapshot_tool_cwd.py
tests/test_task_030_snapshot_system_tool_cwd.py
tests/test_task_031_schema_tool_cwd.py
tests/test_task_032_files_tool_cwd.py
tests/test_task_033_generate_stubs_tool_cwd.py
tests/test_task_034_init_tool_cwd.py
tests/test_task_035_manifests_tool_cwd.py
tests/test_task_036_snapshot_resource_cwd.py
tests/test_task_037_schema_resource_cwd.py
tests/test_task_038_remove_maid_test_tool.py