@peekdev/mcp 0.1.0-alpha.8 → 0.1.0-alpha.9
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
[](https://github.com/Cubenest/rrweb-stack/blob/main/LICENSE)
|
|
8
8
|
[](https://github.com/Cubenest/rrweb-stack/actions/workflows/ci.yml)
|
|
9
9
|
|
|
10
|
+
Docs: <https://peek.cubenest.in>
|
|
11
|
+
|
|
10
12
|
`@peekdev/mcp` is **two things in one binary**:
|
|
11
13
|
|
|
12
14
|
1. The **stdio MCP server** that AI coding agents (Claude Code, Cursor, Cline, Windsurf, Continue, Zed) speak to when querying your captured browser sessions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peekdev/mcp",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.9",
|
|
4
4
|
"description": "peek native messaging host + stdio MCP server. Owns ~/.peek/sessions.db (better-sqlite3) and bridges the browser extension, CLI, and AI tools to a single local source of truth (ADR-0007).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"peek",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"url": "https://github.com/Cubenest/rrweb-stack",
|
|
74
74
|
"directory": "packages/peek-mcp"
|
|
75
75
|
},
|
|
76
|
-
"homepage": "https://
|
|
76
|
+
"homepage": "https://peek.cubenest.in",
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "tsc -p tsconfig.json && node ./scripts/postbuild.mjs",
|
|
79
79
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|