LICENSE
MANIFEST.in
README.md
claude_desktop_config_example.json
config.yaml
pyproject.toml
requirements.txt
server.json
config/config.yaml
powershell_terminal_mcp.egg-info/PKG-INFO
powershell_terminal_mcp.egg-info/SOURCES.txt
powershell_terminal_mcp.egg-info/dependency_links.txt
powershell_terminal_mcp.egg-info/entry_points.txt
powershell_terminal_mcp.egg-info/requires.txt
powershell_terminal_mcp.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/completion_token.py
src/db.py
src/mcp_server.py
src/shared_state.py
src/config/__init__.py
src/config/config_dataclasses.py
src/config/config_init.py
src/config/config_loader.py
src/output/__init__.py
src/output/output_buffer.py
src/output/output_buffer_base.py
src/output/output_filter.py
src/output/output_filter_commands.py
src/output/output_filter_decision.py
src/pwsh/__init__.py
src/pwsh/output_clean.py
src/pwsh/pwsh_io.py
src/pwsh/pwsh_launch.py
src/pwsh/pwsh_reader.py
src/pwsh/pwsh_session.py
src/pwsh/session_output.py
src/static/terminal.css
src/static/terminal.js
src/static/transfer-panel.js
src/static/fragments/head.html
src/static/fragments/terminal_container.html
src/static/fragments/transfer_panel.html
src/static/vendor/xterm-addon-fit.js
src/static/vendor/xterm.css
src/static/vendor/xterm.js
src/utils/__init__.py
src/utils/utils.py
src/utils/utils_format.py
src/utils/utils_output.py
src/utils/utils_text.py
src/web/__init__.py
src/web/web_terminal.py
src/web/web_terminal_ui.py
src/web/web_terminal_websocket.py