@redaksjon/protokoll 0.0.14 → 0.0.15
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 +8 -7
- package/dist/feedback.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1358,23 +1358,20 @@ AI: "Found Client Alpha configuration nearby. Processing..."
|
|
|
1358
1358
|
|
|
1359
1359
|
Add Protokoll to your MCP configuration:
|
|
1360
1360
|
|
|
1361
|
-
**
|
|
1362
|
-
|
|
1363
|
-
Add to `~/.cursor/mcp.json`:
|
|
1361
|
+
**One-Time Setup (works for all projects):**
|
|
1364
1362
|
|
|
1365
1363
|
```json
|
|
1366
1364
|
{
|
|
1367
1365
|
"mcpServers": {
|
|
1368
1366
|
"protokoll": {
|
|
1369
|
-
"command": "
|
|
1367
|
+
"command": "npx",
|
|
1368
|
+
"args": ["-y", "-p", "@redaksjon/protokoll", "protokoll-mcp"]
|
|
1370
1369
|
}
|
|
1371
1370
|
}
|
|
1372
1371
|
}
|
|
1373
1372
|
```
|
|
1374
1373
|
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
1374
|
+
Or if installed globally (`npm install -g @redaksjon/protokoll`):
|
|
1378
1375
|
|
|
1379
1376
|
```json
|
|
1380
1377
|
{
|
|
@@ -1386,6 +1383,10 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
|
|
|
1386
1383
|
}
|
|
1387
1384
|
```
|
|
1388
1385
|
|
|
1386
|
+
**For Cursor:** Add to `~/.cursor/mcp.json`
|
|
1387
|
+
|
|
1388
|
+
**For Claude Desktop:** Add to `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
1389
|
+
|
|
1389
1390
|
### Example Conversations
|
|
1390
1391
|
|
|
1391
1392
|
**Basic Transcription:**
|
package/dist/feedback.js
CHANGED
|
@@ -16,7 +16,7 @@ import * as os from 'node:os';
|
|
|
16
16
|
import os__default from 'node:os';
|
|
17
17
|
import { IterationStrategyFactory } from '@riotprompt/riotprompt';
|
|
18
18
|
|
|
19
|
-
const VERSION = "0.0.
|
|
19
|
+
const VERSION = "0.0.15 (HEAD/65b41ec T:v0.0.15 2026-01-16 09:44:00 -0800) linux x64 v24.12.0";
|
|
20
20
|
const PROGRAM_NAME = "protokoll";
|
|
21
21
|
const DEFAULT_DIFF = true;
|
|
22
22
|
const DEFAULT_LOG = false;
|