🦊 Eyes and ears for the fox Components: - server/: Camera server for Raspberry Pi (from camera-server) - mcp/: Vision MCP client for Claude Desktop (from vision-mcp) - analysis/: Placeholder for motion/audio detection - shared/: Common schemas and interfaces Features: - Setup script with systemd service creation - HTTPS + API key authentication - HTTP and RTSP camera support Built under a blanket on Day 45 💕
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
# Vision MCP Server Dependencies
|
|
|
|
# MCP framework
|
|
fastmcp>=0.2.0
|
|
|
|
# HTTP client
|
|
httpx>=0.25.0
|
|
|
|
# Image handling (already included with fastmcp, but listed for clarity)
|
|
Pillow>=10.0.0
|
|
|
|
# RTSP/video stream support
|
|
opencv-python>=4.8.0
|