-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@alanagoyal/mcp-server",
"version": "1.0.14",
"main": "src/mastra/tools/index.ts",
"bin": "dist/stdio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mastra dev",
"build": "tsc",
"build:mcp": "tsup src/mastra/stdio.ts --format esm --no-splitting --dts && chmod +x dist/stdio.js"
},
"keywords": [
"mastra",
"mcp",
"tools"
],
"author": "alana goyal",
"license": "ISC",
"description": "alana goyal's mcp server",
"type": "module",
"dependencies": {
"@ai-sdk/openai": "^1.3.16",
"@browserbasehq/stagehand": "^2.1.0",
"@mastra/core": "0.0.0-mcp-server-update-parse-20250421171139",
"@mastra/mcp": "0.0.0-mcp-server-update-parse-20250421171139",
"@mastra/memory": "0.0.0-mcp-server-update-parse-20250421171139",
"boxen": "^8.0.1",
"braintrust": "^0.0.199",
"mastra": "0.0.0-mcp-server-update-parse-20250421171139",
"zod": "^3.24.3"
},
"devDependencies": {
"@microsoft/api-extractor": "latest",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"tsup": "latest",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
}
}