Extracts the ticket/attachment system into a reusable pip-installable package. Centralises homelab MCP server (tickets, attachments, system logs) here. - corvid package: models, router (make_router factory), config, standalone main - Alembic migration chain for fresh standalone deployments - Docker Compose for standalone deployment (port 8090) - mcp_server.py: moved from homelab-dashboard, CORVID_REPO_PATH configurable Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
No EOL
267 B
Text
12 lines
No EOL
267 B
Text
pyproject.toml
|
|
corvid/__init__.py
|
|
corvid/config.py
|
|
corvid/database.py
|
|
corvid/main.py
|
|
corvid/models.py
|
|
corvid/router.py
|
|
corvid.egg-info/PKG-INFO
|
|
corvid.egg-info/SOURCES.txt
|
|
corvid.egg-info/dependency_links.txt
|
|
corvid.egg-info/requires.txt
|
|
corvid.egg-info/top_level.txt |