File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " astro-mcp " : patch
3+ ---
4+
5+ Publish astro-mcp to official MCP registry
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.0.5 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.2.3 /schema.json" ,
33 "vcs" : {
44 "enabled" : false ,
55 "clientKind" : " git" ,
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "name" : " astro-mcp-root" ,
44 "type" : " module" ,
5- "packageManager" : " pnpm@10.13 .1" ,
5+ "packageManager" : " pnpm@10.15 .1" ,
66 "scripts" : {
77 "mcp" : " pnpm --filter \" astro-mcp\" " ,
88 "docs-search" : " pnpm --filter \" astro-docs-search\" " ,
Original file line number Diff line number Diff line change 1+ .mcpregistry_ *
Original file line number Diff line number Diff line change 11{
22 "name" : " astro-mcp" ,
3+ "mcpName" : " io.github.morinokami/astro-mcp" ,
34 "version" : " 0.4.1" ,
45 "description" : " MCP server to support Astro project development" ,
56 "keywords" : [
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json" ,
3+ "name" : " io.github.morinokami/astro-mcp" ,
4+ "description" : " MCP server to support Astro project development" ,
5+ "status" : " active" ,
6+ "repository" : {
7+ "url" : " https://github.com/morinokami/astro-mcp" ,
8+ "source" : " github"
9+ },
10+ "version" : " 0.4.1" ,
11+ "packages" : [
12+ {
13+ "registry_type" : " npm" ,
14+ "registry_base_url" : " https://registry.npmjs.org" ,
15+ "identifier" : " astro-mcp" ,
16+ "version" : " 0.4.1" ,
17+ "transport" : {
18+ "type" : " sse" ,
19+ "url" : " http://localhost:4321/__mcp/sse"
20+ }
21+ }
22+ ]
23+ }
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ packages:
33 - playground
44
55catalog :
6- " @astrojs/mdx " : 4.3.4
7- " @astrojs/rss " : 4.0.12
8- " @astrojs/sitemap " : 3.5.1
9- " @biomejs/biome " : 2.2.3
10- " @changesets/changelog-github " : 0.5.1
11- " @changesets/cli " : 2.29.6
12- " @cloudflare/workers-types " : 4.20250911.0
13- " @types/node " : 22.18.1
6+ ' @astrojs/mdx ' : 4.3.4
7+ ' @astrojs/rss ' : 4.0.12
8+ ' @astrojs/sitemap ' : 3.5.1
9+ ' @biomejs/biome ' : 2.2.3
10+ ' @changesets/changelog-github ' : 0.5.1
11+ ' @changesets/cli ' : 2.29.6
12+ ' @cloudflare/workers-types ' : 4.20250911.0
13+ ' @types/node ' : 22.18.1
1414 astro : 5.13.5
1515 async-cache-dedupe : 3.0.0
1616 knip : 5.63.1
@@ -24,8 +24,9 @@ catalog:
2424 zod : 4.1.5
2525
2626onlyBuiltDependencies :
27- - " @biomejs/biome"
27+ - ' @biomejs/biome'
2828 - esbuild
29+ - oxc-resolver
2930 - rolldown
3031 - sharp
3132 - workerd
You can’t perform that action at this time.
0 commit comments