forked from porameht/pi-codebase-memory-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.12 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": "pi-codebase-memory-mcp",
"version": "0.2.0",
"description": "Pi package that bridges the codebase-memory-mcp server into pi as native tools — a tree-sitter knowledge graph for fast structural code search, call-path tracing, architecture overviews, and impact analysis.",
"type": "module",
"license": "MIT",
"author": "porameht",
"homepage": "https://github.com/porameht/pi-codebase-memory-mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/porameht/pi-codebase-memory-mcp.git"
},
"bugs": {
"url": "https://github.com/porameht/pi-codebase-memory-mcp/issues"
},
"keywords": [
"pi-package",
"pi",
"mcp",
"codebase-memory",
"knowledge-graph",
"code-intelligence",
"tree-sitter",
"code-search"
],
"files": [
"extensions",
"skills",
"README.md",
"LICENSE"
],
"pi": {
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"typebox": "*"
}
}