Add PyPI README files and MCP resource/prompt tests

- README.md for all three packages (core, TUI, MCP)
- pyproject.toml readme field for PyPI rendering
- 8 new tests for MCP resources (5) and prompts (3)
- Total MCP test coverage: 57 tests, 37 tools + 5 resources + 3 prompts
This commit is contained in:
Ryan Malloy 2026-02-17 19:15:23 -07:00
parent 3ccec3be10
commit bf72e784d3
8 changed files with 294 additions and 0 deletions

View file

@ -6,6 +6,7 @@ build-backend = "hatchling.build"
name = "mcbirdcage"
version = "2026.02.17"
description = "MCP server for Winegard satellite dish control via serial"
readme = "README.md"
license = "MIT"
requires-python = ">=3.11"
authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}]