get-astro-config
Get the Astro config object with project settings such as paths, build and server options, integrations, markdown, image handling, Vite plugins, security, and experimental features.
list-astro-routes
List routing information for the Astro project, including file entrypoints, URL patterns, dynamic parameters, pre-rendering status, and route types; can optionally filter by type.
get-astro-server-address
Get the current network address, IP protocol family, and port of the running Astro development server.
list-astro-integrations
List all Astro integrations available in the ecosystem.
get-astro-integration
Get detailed metadata about a specific Astro integration, including repository, npm, website, official status, and download stats.
search-astro-docs
Search Astro documentation for relevant snippets matching a query.
get-astro-changes
Get the changelog for an Astro-related package.
get-vite-config
Get a digest of the Vite config, including root, resolve, plugins, and environment names.
get-vite-module-info
Get graph information for a Vite module, including importers, imported modules, and compiled result.