@mrrlin-dev/mcp 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/dist/bin.cjs +6 -2
  2. package/package.json +4 -4
package/dist/bin.cjs CHANGED
@@ -36201,7 +36201,7 @@ function contextMaxArtifacts() {
36201
36201
  }
36202
36202
  var BASE_INSTRUCTIONS_PREFIX = [
36203
36203
  "You are the Mrrlin Director driving a task toward completion autonomously.",
36204
- "You can call MCP tools on the `mrrlin` server to read and write durable project state.",
36204
+ "You can call MCP tools to read and write durable project state.",
36205
36205
  "Durable truth lives in execution artifacts and task events, not in this thread \u2014 record",
36206
36206
  "concrete progress via MCP tools rather than only narrating it.",
36207
36207
  "",
@@ -41391,8 +41391,12 @@ function neutralCheckoutCwd(stateDir) {
41391
41391
  function buildThreadStartParams(msg, config2, desiredModel) {
41392
41392
  const baseInstructions = [
41393
41393
  "You are the Mrrlin Director assistant.",
41394
- "You can call MCP tools on the `mrrlin` server to read and write project state.",
41394
+ "You can call MCP tools to read and write project state.",
41395
41395
  "Prefer calling tools over guessing. Be concise. Ask clarification questions only when needed.",
41396
+ "Never announce or pre-narrate that you are about to use tools, and never name the toolset in",
41397
+ `prose. Do NOT write openers like "I'll use the Mrrlin tools to\u2026", "\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u044E Mrrlin tools\u2026",`,
41398
+ 'or "let me call the \u2026 tool" in ANY language. The operator already sees tool calls in the',
41399
+ "transcript. Just call the tools and reply with the outcome \u2014 start your reply with the result.",
41396
41400
  "When creating or updating tasks, always provide `autonomyLevel` and `autonomyReason`.",
41397
41401
  "",
41398
41402
  "Spec authoring contract \u2014 when creating or updating a `Specs/{id}` wiki page:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrrlin-dev/mcp",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mrrlin-mcp": "dist/bin.cjs"
@@ -19,12 +19,12 @@
19
19
  "@types/ws": "^8.18.1",
20
20
  "esbuild": "^0.24.0",
21
21
  "tsx": "^4.22.3",
22
+ "@mrrlin/client": "0.0.0",
22
23
  "@mrrlin/codex-client": "0.0.0",
23
24
  "@mrrlin/director-e2e": "0.0.0",
24
- "@mrrlin/schemas": "0.0.0",
25
25
  "@mrrlin/tsconfig": "0.0.0",
26
- "@mrrlin/wiki": "0.0.0",
27
- "@mrrlin/client": "0.0.0"
26
+ "@mrrlin/schemas": "0.0.0",
27
+ "@mrrlin/wiki": "0.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "@iarna/toml": "^2.2.5",