Changelog

Every release and notable change to Kundali Chart MCP. Subscribe to the RSS feed to be notified when something ships.

minor

v0.5.3 54+ tools stabilized and website SEO upgrade

The largest MCP release so far. All 54+ tools are stable, and the website gains production-grade SEO: per-page Article + BreadcrumbList JSON-LD, RSS autodiscovery, sitemap, robots, security.txt, llms.txt, and a working changelog feed.

  • Added per-page Article schema with breadcrumb, webPage, and publisher metadata.
  • Replaced synthetic rating data with honest structured data to avoid Google spam penalties.
  • Added `<link rel="alternate" type="application/rss+xml">` autodiscovery for RSS readers.
  • Added `security.txt` (RFC 9116) and `humans.txt` for crawler signaling.
  • Replaced dynamic rss.xml route with a static build-time generator (works under static export).
  • New /changelog route with proper Article schema and RSS feed integration.
minor

v0.5.0 Full 16 divisional chart toolset

All 16 classical divisional charts (D-1 through D-60) are now exposed as individual tools. Each returns longitude, sign, nakshatra, pada, and house for every planet.

  • Added D-1, D-2, D-3, D-7, D-9, D-10, D-12, D-16, D-20, D-24, D-27, D-30, D-40, D-60 tools.
  • Optimized chart computation by ~35% via memoized ephemeris.
  • Tightened nakshatra pad calculation to 3°20' precision.
patch

v0.4.2 MCP compliance fixes

Hardened the MCP layer so Claude Desktop, Cursor, VS Code, Zed, and Windsurf wire the server reliably on first install.

  • Added tool input validation with descriptive errors.
  • Switched to Model Context Protocol 2025-06-18 spec.
  • Fixed race condition in tool registration on cold start.
minor

v0.4.0 Yoga and dosha toolset

10 yoga detectors and 20+ dosha checks now callable as individual tools, including niche karakatvas and hidden combinations.

  • Added Kemadruma, Kala Sarpa, Kartari, Nabhasha, Gandanta checks.
  • Added Ashta Koot breakdown (Varna, Vashya, Tara, Yoni, Graha Maitri, Gana, Bhakoot, Nadi).
  • Added Rajju and Vedha dosha for pre-marriage checks.
minor

v0.3.0 Dasha systems expanded

Vimshottari, Yogini, Char Dasha, and Kala Chakra dasha systems added, each with sub-period drill-down.

  • Added Maha Dasha, Antardasha, Pratyantardasha resolvers.
  • Added cumulative-dasha timeline tool.
  • Improved Sade Sati phase detection.
minor

v0.2.0 Chart styles + private calculations

Birth charts now renderable in North Indian, South Indian, and East Indian styles. The architecture guarantees no birth data persistence.

  • Added 3 chart style renderers.
  • Hardened ephemeral data path so input is discarded after response.
  • Added public landing page and npm publication.
major

v0.1.0 First public release

Initial public cut of the MCP server. Core tools for birth chart, basic dasha, and one compatibility check.

  • Birth chart tool.
  • Vimshottari dasha tool (current period only).
  • Single Ashta Koot gunas summary.