__init__.py 248 B

123456789
  1. """
  2. Ephemeris MCP — Celestial computation engine.
  3. Provides raw astronomical data (planetary positions, solar events,
  4. lunar state, satellite passes) as structured JSON via MCP.
  5. No interpretation, no zodiac, no charting.
  6. """
  7. __version__ = "0.1.0"