Skip to content

Commit 9e3abaf

Browse files
fix: add MCP registry ownership verification string to README (#4)
1 parent 0f60bc5 commit 9e3abaf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![CI](https://github.com/scottchronicity/ephemeris-mcp/actions/workflows/ci-pr.yml/badge.svg)](https://github.com/scottchronicity/ephemeris-mcp/actions/workflows/ci-pr.yml)
55
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
66

7+
mcp-name: io.github.scottchronicity/ephemeris-mcp
8+
79
**Precision Astronomical Ephemeris for AI Agents.**
810

911
Ephemeris MCP is a Model Context Protocol (MCP) server that provides AI agents with precision planetary positions using the **Swiss Ephemeris**.
@@ -114,22 +116,24 @@ make validate-happycase
114116
Returns precise Tropical Zodiac positions for all planets, Sun, Moon, and chart angles.
115117

116118
**Parameters:**
119+
117120
- `iso_time` (string): ISO-8601 timestamp (e.g., `"2025-12-16T15:28:00Z"`)
118121
- `latitude` (float): Observer latitude (default: 42.3314 - Detroit, MI)
119122
- `longitude` (float): Observer longitude (default: -83.0458 - Detroit, MI)
120123

121124
**Returns:**
125+
122126
- `bodies`: Sun, Moon, planets with sign, degrees, motion (direct/retrograde), speed, declination
123127
- `houses`: Ascendant (ASC) and Midheaven (MC) with sign and degrees
124128

125129
## Architecture
126130

127131
See [docs/adr/](docs/adr/) for architectural decisions:
132+
128133
- **ADR 001**: Geocentric Tropical Ecliptic coordinates specification
129134
- **ADR 002**: Semantic versioning with Conventional Commits
130135
- **ADR 003**: CI/CD pipeline architecture
131136

132137
## License
133138

134139
AGPLv3
135-

0 commit comments

Comments
 (0)