Arthur Erlich haylan
haylan commented on issue haylan/delegate-ai-mcp#3 2026-09-06 15:11:12 +00:00
Build & typecheck strategy for delegate-ai-mcp

Resolved: adopt the official MCP quickstart's own defaults, build now (not deferred).

  • tsconfig.json: target ES2022, module/moduleResolution Node16, strict: true, outDir ./build, rootDir ./src,…
haylan pushed to main at haylan/delegate-ai-mcp 2026-09-06 14:56:26 +00:00
f3c9016676 Add README
c3b6a9d5b5 Initial commit: qwen delegation MCP server, tracker setup, research
haylan created branch main in haylan/delegate-ai-mcp 2026-09-06 14:56:26 +00:00
haylan closed issue haylan/delegate-ai-mcp#2 2026-09-06 14:47:44 +00:00
How do TS MCP servers conventionally handle build, types, and publishing?
haylan commented on issue haylan/delegate-ai-mcp#2 2026-09-06 14:47:40 +00:00
How do TS MCP servers conventionally handle build, types, and publishing?

Findings on branch research/ts-mcp-conventions (research/ts-mcp-project-conventions.md): tsc-to-dist is the de facto build standard (official SDK v1 + all example servers + real third-party…

haylan opened issue haylan/delegate-ai-mcp#6 2026-09-06 14:42:28 +00:00
Publish-shaped package.json for delegate-ai-mcp
haylan opened issue haylan/delegate-ai-mcp#5 2026-09-06 14:41:59 +00:00
Lint/format tooling for delegate-ai-mcp
haylan opened issue haylan/delegate-ai-mcp#4 2026-09-06 14:41:53 +00:00
Multi-tool source structure for delegate-ai-mcp
haylan opened issue haylan/delegate-ai-mcp#3 2026-09-06 14:41:41 +00:00
Build & typecheck strategy for delegate-ai-mcp
haylan opened issue haylan/delegate-ai-mcp#2 2026-09-06 14:41:30 +00:00
How do TS MCP servers conventionally handle build, types, and publishing?
haylan opened issue haylan/delegate-ai-mcp#1 2026-09-06 14:40:40 +00:00
TypeScript project conventions for delegate-ai-mcp
haylan pushed to main at haylan/LLM-Server 2026-09-06 14:10:36 +00:00
71c9003bd8 Create dashscope-websearch-selfhost-options.md
haylan created repository haylan/delegate-ai-mcp 2026-09-06 14:09:53 +00:00
haylan commented on issue haylan/LLM-Server#41 2026-09-05 20:42:02 +00:00
Add comfyui service to docker-compose.yml, register with OmniRoute

Compose scaffolding done and pushed (ed83fca): comfyui service (yurisasc/comfyui-rocm7.1, gfx1201-tuned), ai-stack network, host port 8138 published, GID/UID auto-resolved in scripts/update.sh.

Re…

haylan pushed to main at haylan/LLM-Server 2026-09-05 20:40:10 +00:00
ed83fca05c feat(comfyui): add local image-gen service (#41)
haylan pushed to main at haylan/LLM-Server 2026-09-05 19:24:25 +00:00
7d1ff2f54f docs(research): add image-gen backend survey and omniroute/qwen websearch notes
haylan closed issue haylan/LLM-Server#39 2026-09-05 19:16:32 +00:00
Best diffusion model given full ~32GB headroom (Qwen stopped)
haylan commented on issue haylan/LLM-Server#39 2026-09-05 19:16:31 +00:00
Best diffusion model given full ~32GB headroom (Qwen stopped)

Recommend Qwen-Image at FP8 precision (~25GB: fp8 diffusion weights + fp8 text encoder) as the upgrade from FLUX.1-schnell now that the full ~32GB is available. It has the cleanest license…

haylan pushed to main at haylan/LLM-Server 2026-09-05 19:03:19 +00:00
ac3f730f83 docs(research): recommend Qwen-Image FP8 for full-VRAM diffusion build
haylan closed issue haylan/LLM-Server#40 2026-09-05 18:57:39 +00:00
Why lazytainer idle-stop doesn't work today, and how the switch script should handle it