Rewrite README to match locked TS conventions; minor tool/doc tweaks

Reflects the resolved wayfinder map (issue #1): no build process ever,
separate MCP server process + registration per backend, no lint/format
tooling. Also includes small wording tweaks to the qwen_delegate tool
description and timeout comment made outside this session.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CRnb5Gqdu7gVTQrwAqFdfJ
This commit is contained in:
2026-09-06 18:12:42 +02:00
co-authored by Claude-Bot
parent f3c9016676
commit 061a1f381d
3 changed files with 23 additions and 13 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ server.registerTool(
title: "Delegate to qwen",
description:
"Delegate a light, low-stakes prompt (simple lookups, quick research, boilerplate text, " +
"small single-file edits) to the local qwen-code CLI, offloading it from the main session. " +
"Can take several minutes to respond — only use for work that doesn't block on a fast reply.",
"small single-file edits) to the local qwen-code CLI, offloading it from the main session. ",
inputSchema: {
prompt: z.string().describe("The prompt to send to qwen, non-interactively."),
},