Skip to content

Commit e24cf2f

Browse files
committed
add: Baseline MCP Serverを公開しました!
1 parent f584233 commit e24cf2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/presentations/listPresentation.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export const listStage: ExactPresantationLengthArray<ListType> = [
3838
];
3939

4040
export const listWrite: ExactPresantationLengthArray<ListType> = [
41+
{
42+
title: "Baseline MCP Serverを公開しました!",
43+
url: "https://zenn.dev/yamanoku/articles/baseline-mcp-server",
44+
datetime: "2025-04-13T15:04:00.00+09:00"
45+
},
4146
{
4247
title:
4348
"まだ内容を把握できてないことを調査して、勉強会で発表するまでにやってきたこと",
@@ -59,10 +64,5 @@ export const listWrite: ExactPresantationLengthArray<ListType> = [
5964
title: "Interop 2025が始まりました!",
6065
url: "https://zenn.dev/yamanoku/articles/interop-2025-launched",
6166
datetime: "2025-02-15T16:11:00.00+09:00"
62-
},
63-
{
64-
title: "Vue.jsと周辺エコシステムで振り返る2024年",
65-
url: "https://zenn.dev/comm_vue_nuxt/articles/vuejs-2024-year-in-review",
66-
datetime: "2024-12-09T12:00:00.00+09:00"
6767
}
6868
];

0 commit comments

Comments
 (0)