.
├── README.txt
├── bin
├── cache
│   └── weather_cache.json
├── config
│   ├── communication.csv
│   ├── config.json
│   ├── mcp_servers.json
│   └── mike.jconf
├── docs
│   └── html
├── install.ps1
├── main.py
├── mike
│   ├── audio_stream_manager.py
│   ├── config_handler.py
│   ├── file_handler.py
│   ├── julius_client.py
│   ├── julius_handler.py
│   ├── logger_handler.py
│   ├── main.py
│   ├── mike_client.py
│   ├── mike_mcp_client.py
│   ├── mike_tools.py
│   ├── record_with_vad.py
│   ├── spech_recognition_client.py
│   ├── spech_recognition_handler.py
│   ├── voice_recognition_interface.py
│   ├── voicevox_handler.py
│   └── weather_cache.py
├── mike_server.py
├── snd
│   └── output.list
└── weather_mcp_server.py

22 directories, 98 files
