Skip to content

Commit 3f3245c

Browse files
[ci] release (#165)
* [ci] release * Update server.json * Downgrade zod to v3.25.76 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shinya Fujino <shf0811@gmail.com>
1 parent 671417a commit 3f3245c

6 files changed

Lines changed: 14 additions & 18 deletions

File tree

.changeset/wicked-elephants-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/astro-mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro-mcp
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#164](https://github.com/morinokami/astro-mcp/pull/164) [`671417a`](https://github.com/morinokami/astro-mcp/commit/671417a13c65cc244cb6b8749cefc4df88b2c49e) Thanks [@morinokami](https://github.com/morinokami)! - Publish astro-mcp to official MCP registry
8+
39
## 0.4.1
410

511
### Patch Changes

packages/astro-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-mcp",
33
"mcpName": "io.github.morinokami/astro-mcp",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "MCP server to support Astro project development",
66
"keywords": [
77
"astro-integration",

packages/astro-mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/morinokami/astro-mcp",
88
"source": "github"
99
},
10-
"version": "0.4.1",
10+
"version": "0.4.2",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "astro-mcp",
16-
"version": "0.4.1",
16+
"version": "0.4.2",
1717
"transport": {
1818
"type": "sse",
1919
"url": "http://localhost:4321/__mcp/sse"

pnpm-lock.yaml

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ catalog:
2121
unbuild: 3.6.1
2222
vite-plugin-mcp: 0.2.4
2323
wrangler: 4.34.0
24-
zod: 4.1.5
24+
zod: 3.25.76
2525

2626
onlyBuiltDependencies:
2727
- '@biomejs/biome'

0 commit comments

Comments
 (0)