@prom.codes/context-mcp 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/bin.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @prom.codes/context-mcp
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
prom.codes Context — local-first codebase indexing & retrieval as an MCP server (stdio).
|
|
4
4
|
|
|
5
5
|
## Quick start
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ Prometheus Context Engine — local-first codebase indexing & retrieval as an MC
|
|
|
22
22
|
|
|
23
23
|
With a `PROMETHEUS_API_KEY` the server runs in managed mode: it indexes
|
|
24
24
|
your workspace into a local SQLite database (`~/.prometheus/<hash>.db`)
|
|
25
|
-
and embeds via the
|
|
25
|
+
and embeds via the prom.codes API. Your code never leaves your machine —
|
|
26
26
|
only embedding text transits to the API.
|
|
27
27
|
|
|
28
28
|
## Native modules
|
package/dist/bin.js
CHANGED
|
@@ -8424,7 +8424,7 @@ function registerTools(server, deps) {
|
|
|
8424
8424
|
var SERVER_IDENTITY = {
|
|
8425
8425
|
name: "prometheus-context-mcp",
|
|
8426
8426
|
version: PROMETHEUS_VERSION,
|
|
8427
|
-
title: "
|
|
8427
|
+
title: "prom.codes Context"
|
|
8428
8428
|
};
|
|
8429
8429
|
function createServer(deps, options = {}) {
|
|
8430
8430
|
const identity = { ...SERVER_IDENTITY, ...options.identity ?? {} };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prom.codes/context-mcp",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "prom.codes Context — local-first codebase indexing & retrieval as an MCP server.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"prometheus-context-mcp": "dist/bin.js"
|