.gitignore
CHANGELOG.md
CHANGELOG.md.template
LICENSE
README.md
pipecat.png
pyproject.toml
.claude/skills/pipecat/SKILL.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/1-bug_report.yml
.github/ISSUE_TEMPLATE/2-question.yml
.github/ISSUE_TEMPLATE/3-feature_request.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/build.yaml
.github/workflows/format.yaml
.github/workflows/publish.yaml
src/pipecat_ai_mcp_server.egg-info/PKG-INFO
src/pipecat_ai_mcp_server.egg-info/SOURCES.txt
src/pipecat_ai_mcp_server.egg-info/dependency_links.txt
src/pipecat_ai_mcp_server.egg-info/entry_points.txt
src/pipecat_ai_mcp_server.egg-info/requires.txt
src/pipecat_ai_mcp_server.egg-info/top_level.txt
src/pipecat_mcp_server/agent.py
src/pipecat_mcp_server/agent_ipc.py
src/pipecat_mcp_server/bot.py
src/pipecat_mcp_server/server.py
src/pipecat_mcp_server/processors/__init__.py
src/pipecat_mcp_server/processors/kokoro_tts.py
src/pipecat_mcp_server/processors/vision.py
src/pipecat_mcp_server/processors/screen_capture/__init__.py
src/pipecat_mcp_server/processors/screen_capture/base_capture_backend.py
src/pipecat_mcp_server/processors/screen_capture/linux_x11_capture_backend.py
src/pipecat_mcp_server/processors/screen_capture/macos_capture_backend.py
src/pipecat_mcp_server/processors/screen_capture/screen_capture_processor.py