forked from elara-labs/code-context-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 675 Bytes
/
Copy pathserver.json
File metadata and controls
23 lines (23 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ai-elara/code-context-engine",
"description": "Index your codebase. AI searches instead of re-reading files. 94% token savings.",
"title": "Code Context Engine",
"repository": {
"url": "https://github.com/elara-labs/code-context-engine",
"source": "github"
},
"version": "0.4.25",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "code-context-engine",
"version": "0.4.25",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
}
}
]
}