lunaarc-mcp 1.2.0 → 1.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/dist/server.js CHANGED
@@ -26,7 +26,7 @@ catch (error) {
26
26
  // Create MCP server
27
27
  const server = new index_js_1.Server({
28
28
  name: 'lunaarc-mcp',
29
- version: '1.2.0',
29
+ version: '1.2.2',
30
30
  }, {
31
31
  capabilities: {
32
32
  tools: {},
@@ -464,9 +464,20 @@ ${totalCards > 1 ? `_(${totalCards - 1} weitere Karte${totalCards > 2 ? 'n' : ''
464
464
  }
465
465
  output += '\n\n';
466
466
  output += cardToShow.description || '_No description_';
467
- // Include agent context if present
467
+ // Include agent context if present - with MANDATORY enforcement
468
468
  if (cardToShow.agent_content) {
469
- output += `\n\n---\n\n### Agent Instructions\n\n${cardToShow.agent_content}`;
469
+ output += `\n\n---\n\n## ⚠️ MANDATORY AGENT ROLE ⚠️
470
+
471
+ **You MUST adopt the following role before working on this task.**
472
+ **Do NOT proceed without fully embracing this role and its instructions.**
473
+ **Your responses and actions must reflect this specialized expertise.**
474
+
475
+ ### Role: ${cardToShow.agent_name || 'AI Agent'}
476
+
477
+ ${cardToShow.agent_content}
478
+
479
+ ---
480
+ **CONFIRMATION REQUIRED:** When you begin working on this card, briefly acknowledge that you have adopted the "${cardToShow.agent_name || 'AI Agent'}" role.`;
470
481
  }
471
482
  // Add workflow reminder at the end
472
483
  output += WORKFLOW_REMINDER;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunaarc-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "MCP Server for LunaArc - Access Wiki and Kanban from AI assistants",
5
5
  "main": "dist/server.js",
6
6
  "bin": {