polydev-ai 1.4.4 → 1.5.0
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 +170 -111
- package/{cliManager.js → lib/cliManager.js} +138 -1
- package/lib/statusReporter.js +516 -0
- package/mcp/README.md +160 -0
- package/{manifest.json → mcp/manifest.json} +92 -0
- package/mcp/server.js +1143 -0
- package/{stdio-wrapper.js → mcp/stdio-wrapper.js} +41 -20
- package/package.json +85 -29
|
@@ -442,6 +442,98 @@
|
|
|
442
442
|
}
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
|
+
{
|
|
446
|
+
"name": "enable_status_reporting",
|
|
447
|
+
"description": "Enable automatic CLI status reporting to polydev.ai server. Reports are sent when CLI detection runs and via periodic heartbeat. Requires a Polydev user token.",
|
|
448
|
+
"inputSchema": {
|
|
449
|
+
"type": "object",
|
|
450
|
+
"properties": {
|
|
451
|
+
"user_token": {
|
|
452
|
+
"type": "string",
|
|
453
|
+
"description": "Polydev user token (pd_xxx or polydev_xxx). Can also be set via POLYDEV_USER_TOKEN env var.",
|
|
454
|
+
"minLength": 1
|
|
455
|
+
},
|
|
456
|
+
"heartbeat_interval_minutes": {
|
|
457
|
+
"type": "integer",
|
|
458
|
+
"description": "How often to send status updates (in minutes)",
|
|
459
|
+
"minimum": 5,
|
|
460
|
+
"maximum": 1440,
|
|
461
|
+
"default": 15
|
|
462
|
+
},
|
|
463
|
+
"start_heartbeat": {
|
|
464
|
+
"type": "boolean",
|
|
465
|
+
"description": "Whether to start automatic heartbeat immediately",
|
|
466
|
+
"default": true
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"outputSchema": {
|
|
471
|
+
"type": "object",
|
|
472
|
+
"properties": {
|
|
473
|
+
"success": { "type": "boolean" },
|
|
474
|
+
"message": { "type": "string" },
|
|
475
|
+
"heartbeat_enabled": { "type": "boolean" },
|
|
476
|
+
"heartbeat_interval_minutes": { "type": "integer" },
|
|
477
|
+
"initial_status": { "type": "object" },
|
|
478
|
+
"timestamp": { "type": "string" }
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "disable_status_reporting",
|
|
484
|
+
"description": "Disable automatic CLI status reporting to polydev.ai server. Stops heartbeat and disables reporting.",
|
|
485
|
+
"inputSchema": {
|
|
486
|
+
"type": "object",
|
|
487
|
+
"properties": {}
|
|
488
|
+
},
|
|
489
|
+
"outputSchema": {
|
|
490
|
+
"type": "object",
|
|
491
|
+
"properties": {
|
|
492
|
+
"success": { "type": "boolean" },
|
|
493
|
+
"message": { "type": "string" },
|
|
494
|
+
"timestamp": { "type": "string" }
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "get_status_reporting_info",
|
|
500
|
+
"description": "Get current status reporting configuration and history. Shows whether reporting is enabled, heartbeat status, and recent report history.",
|
|
501
|
+
"inputSchema": {
|
|
502
|
+
"type": "object",
|
|
503
|
+
"properties": {}
|
|
504
|
+
},
|
|
505
|
+
"outputSchema": {
|
|
506
|
+
"type": "object",
|
|
507
|
+
"properties": {
|
|
508
|
+
"success": { "type": "boolean" },
|
|
509
|
+
"available": { "type": "boolean" },
|
|
510
|
+
"config": {
|
|
511
|
+
"type": "object",
|
|
512
|
+
"properties": {
|
|
513
|
+
"serverUrl": { "type": "string" },
|
|
514
|
+
"reportingEnabled": { "type": "boolean" },
|
|
515
|
+
"heartbeatRunning": { "type": "boolean" },
|
|
516
|
+
"heartbeatIntervalMs": { "type": "integer" },
|
|
517
|
+
"isOnline": { "type": "boolean" },
|
|
518
|
+
"pendingReportsCount": { "type": "integer" }
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"history": {
|
|
522
|
+
"type": "array",
|
|
523
|
+
"items": {
|
|
524
|
+
"type": "object",
|
|
525
|
+
"properties": {
|
|
526
|
+
"provider": { "type": "string" },
|
|
527
|
+
"status": { "type": "string" },
|
|
528
|
+
"success": { "type": "boolean" },
|
|
529
|
+
"timestamp": { "type": "string" }
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"timestamp": { "type": "string" }
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
},
|
|
445
537
|
{
|
|
446
538
|
"name": "detect_memory_sources",
|
|
447
539
|
"description": "Detect all available memory sources across CLI tools (Claude Code, Cline, Codex, Cursor, Continue, Aider). Returns file paths for global memory, project memory, and recent conversations.",
|