-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
43
44
45
46
47
{
"name": "@appwrite.io/mcp-for-docs",
"version": "1.0.4",
"main": "index.js",
"scripts": {
"build": "tsc && mcp-build",
"watch": "tsc --watch",
"start": "node dist/index.js",
"mcp-inspect": "mcp-inspector --transport http --server-url http://localhost:1234",
"download-content": "rimraf content && bun run scripts/download-content.js",
"init-vector-store": "rimraf tmp && mkdir tmp && bun run scripts/init-vector-store.ts",
"init": "bun run download-content && bun run init-vector-store",
"generate-deeplinks": "bun run scripts/generate-deeplinks.ts",
"postinstall": "patch-package"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"engines": {
"node": ">=20.9.0"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.89",
"@mastra/core": "^1.4.0",
"@mastra/libsql": "^1.4.0",
"@mastra/mcp": "^1.0.1",
"@mastra/rag": "^2.1.0",
"@modelcontextprotocol/sdk": "^1.26.0",
"ai": "^5.0.129",
"dedent": "^1.7.1",
"front-matter": "^4.0.2",
"giget": "^2.0.0",
"mcp-framework": "^0.2.18",
"zod": "^3.25.76"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.16.8",
"@types/node": "^24.10.13",
"mastra": "^0.10.23",
"patch-package": "^8.0.1",
"rimraf": "^6.1.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}