Skip to content

Commit 671417a

Browse files
authored
Publish astro-mcp to the official MCP registry (#164)
* Publish astro-mcp to official MCP registry * Create wicked-elephants-roll.md
1 parent 76c5c14 commit 671417a

7 files changed

Lines changed: 42 additions & 11 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-mcp": patch
3+
---
4+
5+
Publish astro-mcp to official MCP registry

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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\"",

packages/astro-mcp/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.mcpregistry_*

packages/astro-mcp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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": [

packages/astro-mcp/server.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

pnpm-workspace.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ packages:
33
- playground
44

55
catalog:
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

2626
onlyBuiltDependencies:
27-
- "@biomejs/biome"
27+
- '@biomejs/biome'
2828
- esbuild
29+
- oxc-resolver
2930
- rolldown
3031
- sharp
3132
- workerd

0 commit comments

Comments
 (0)