@starascendin/lifeos-mcp 0.7.72 → 0.7.73
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 +0 -3
- package/dist/build-info.d.ts +2 -2
- package/dist/build-info.js +2 -2
- package/dist/index.js +0 -93
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,9 +89,6 @@ Add to your `.mcp.json` (project root or `~/.claude/mcp.json`):
|
|
|
89
89
|
|
|
90
90
|
### Council
|
|
91
91
|
- **run_council** - Run the shared LifeOS council engine used by AI Panel and ZeroClaw skills
|
|
92
|
-
- **llm_council_deliberate** - Run the separate long-running LLM Council workflow
|
|
93
|
-
- **llm_council_list_conversations** - List saved LLM Council conversations
|
|
94
|
-
- **llm_council_get_deliberation** - Get a saved LLM Council deliberation
|
|
95
92
|
|
|
96
93
|
### Project Management
|
|
97
94
|
- **get_projects** - List all projects with stats
|
package/dist/build-info.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.7.
|
|
2
|
-
export declare const BUILD_TIME = "2026-05-
|
|
1
|
+
export declare const VERSION = "0.7.73";
|
|
2
|
+
export declare const BUILD_TIME = "2026-05-18T15:43:15.303Z";
|
package/dist/build-info.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Regenerated on every build.
|
|
2
|
-
export const VERSION = "0.7.
|
|
3
|
-
export const BUILD_TIME = "2026-05-
|
|
2
|
+
export const VERSION = "0.7.73";
|
|
3
|
+
export const BUILD_TIME = "2026-05-18T15:43:15.303Z";
|
package/dist/index.js
CHANGED
|
@@ -3536,78 +3536,6 @@ const TOOLS = [
|
|
|
3536
3536
|
},
|
|
3537
3537
|
},
|
|
3538
3538
|
},
|
|
3539
|
-
// ==================== LLM Council Tools ====================
|
|
3540
|
-
{
|
|
3541
|
-
name: "llm_council_deliberate",
|
|
3542
|
-
description: "Run a full LLM Council deliberation (Karpathy's 3-stage process). Stage 1: Multiple models answer your query in parallel. Stage 2: Each model anonymously peer-reviews and ranks the others' responses. Stage 3: A chairman model synthesizes the best answer from all responses and rankings. Returns the complete deliberation with all 3 stages. This is a long-running operation (2-10 minutes depending on tier).",
|
|
3543
|
-
inputSchema: {
|
|
3544
|
-
type: "object",
|
|
3545
|
-
properties: {
|
|
3546
|
-
query: {
|
|
3547
|
-
type: "string",
|
|
3548
|
-
description: "The question or prompt to deliberate on",
|
|
3549
|
-
},
|
|
3550
|
-
tier: {
|
|
3551
|
-
type: "string",
|
|
3552
|
-
enum: ["normal", "pro"],
|
|
3553
|
-
description: "Model tier. 'normal' uses GPT-4o, Claude Sonnet 4, Gemini 2.5 Pro, Grok 3. 'pro' uses GPT-5.2 Pro, Claude Opus 4.5, Gemini 3 Pro, Grok 4. Default: normal",
|
|
3554
|
-
},
|
|
3555
|
-
title: {
|
|
3556
|
-
type: "string",
|
|
3557
|
-
description: "Optional title for the conversation (auto-generated from query if not provided)",
|
|
3558
|
-
},
|
|
3559
|
-
councilModels: {
|
|
3560
|
-
type: "array",
|
|
3561
|
-
items: {
|
|
3562
|
-
type: "object",
|
|
3563
|
-
properties: {
|
|
3564
|
-
modelId: { type: "string" },
|
|
3565
|
-
modelName: { type: "string" },
|
|
3566
|
-
},
|
|
3567
|
-
required: ["modelId", "modelName"],
|
|
3568
|
-
},
|
|
3569
|
-
description: "Optional custom council models (overrides tier selection)",
|
|
3570
|
-
},
|
|
3571
|
-
chairmanModel: {
|
|
3572
|
-
type: "object",
|
|
3573
|
-
properties: {
|
|
3574
|
-
modelId: { type: "string" },
|
|
3575
|
-
modelName: { type: "string" },
|
|
3576
|
-
},
|
|
3577
|
-
required: ["modelId", "modelName"],
|
|
3578
|
-
description: "Optional custom chairman model (overrides tier selection)",
|
|
3579
|
-
},
|
|
3580
|
-
},
|
|
3581
|
-
required: ["query"],
|
|
3582
|
-
},
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
name: "llm_council_list_conversations",
|
|
3586
|
-
description: "List past LLM Council conversations. Returns conversation IDs, titles, models used, and timestamps.",
|
|
3587
|
-
inputSchema: {
|
|
3588
|
-
type: "object",
|
|
3589
|
-
properties: {
|
|
3590
|
-
limit: {
|
|
3591
|
-
type: "number",
|
|
3592
|
-
description: "Max conversations to return (default: 20)",
|
|
3593
|
-
},
|
|
3594
|
-
},
|
|
3595
|
-
},
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
name: "llm_council_get_deliberation",
|
|
3599
|
-
description: "Get the full details of a past LLM Council deliberation, including all 3 stages: individual responses, peer evaluations with rankings, and chairman synthesis.",
|
|
3600
|
-
inputSchema: {
|
|
3601
|
-
type: "object",
|
|
3602
|
-
properties: {
|
|
3603
|
-
conversationId: {
|
|
3604
|
-
type: "string",
|
|
3605
|
-
description: "The conversation ID to retrieve",
|
|
3606
|
-
},
|
|
3607
|
-
},
|
|
3608
|
-
required: ["conversationId"],
|
|
3609
|
-
},
|
|
3610
|
-
},
|
|
3611
3539
|
{
|
|
3612
3540
|
name: "run_council",
|
|
3613
3541
|
description: "Run the shared LifeOS council deliberation engine and return the synthesized final answer plus council stage details. This is the same council used by the AI panel and claw council skill.",
|
|
@@ -7445,27 +7373,6 @@ server.setRequestHandler(GetPromptRequestSchema, async (request) => {
|
|
|
7445
7373
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
|
7446
7374
|
const { name, arguments: args } = request.params;
|
|
7447
7375
|
try {
|
|
7448
|
-
// Handle LLM Council deliberation (special endpoint, long-running)
|
|
7449
|
-
if (name === "llm_council_deliberate") {
|
|
7450
|
-
const params = args || {};
|
|
7451
|
-
const { userId: overrideUserId } = params;
|
|
7452
|
-
const result = await callConvexJsonEndpoint("/llm-council/mcp-deliberate", {
|
|
7453
|
-
userId: overrideUserId || USER_ID,
|
|
7454
|
-
query: params.query,
|
|
7455
|
-
tier: params.tier,
|
|
7456
|
-
title: params.title,
|
|
7457
|
-
councilModels: params.councilModels,
|
|
7458
|
-
chairmanModel: params.chairmanModel,
|
|
7459
|
-
});
|
|
7460
|
-
return {
|
|
7461
|
-
content: [
|
|
7462
|
-
{
|
|
7463
|
-
type: "text",
|
|
7464
|
-
text: JSON.stringify(result, null, 2),
|
|
7465
|
-
},
|
|
7466
|
-
],
|
|
7467
|
-
};
|
|
7468
|
-
}
|
|
7469
7376
|
if (name === "run_council") {
|
|
7470
7377
|
const params = args || {};
|
|
7471
7378
|
const { userId: overrideUserId } = params;
|
package/package.json
CHANGED