Skip to content

Commit 0b6bd3d

Browse files
committed
use puppeteer
1 parent 019ec7c commit 0b6bd3d

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@marp-team/marp-cli": "^4.1.2",
3939
"@marp-team/marp-core": "^4.1.0",
4040
"@modelcontextprotocol/sdk": "^1.8.0",
41+
"puppeteer": "^24.10.2",
4142
"zod": "^3.24.2"
4243
},
4344
"devDependencies": {

src/tools/createRichMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import { AbstractTool } from "./AbstractTool.js";
88
import { z } from "zod";
99
import { Marp } from "@marp-team/marp-core";
10-
import puppeteer from "puppeteer-core";
10+
import puppeteer from "puppeteer";
1111
import fs from "fs";
1212
import path from "path";
1313
import os from "os";

0 commit comments

Comments
 (0)