Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/huly-mcp-by-dearlordylord/issues.md or /mcp/huly-mcp-by-dearlordylord/issues.json, or Pod over MCP.

Reported issues for Huly MCP by dearlordylord

Pod holds 19 of 99 GitHub reports that passed its relevance review. This can include external user reports, maintainer-confirmed bugs, and concrete feature gaps. Treat them as evidence to inspect, not a count of distinct defects.

Back to Huly MCP by dearlordylord.

Most discussed

Effect 4: Migrate boards, cards, inventory, recruiting, leads, and support

Parent

#209

What to build

Restore the specialist boards, inventory, recruiting, lead, and support workflows under Effect 4.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 9 comments

Feature: Boards, inventory, products, tags, templates, views, and preferences

gpt 55

gpt 55 note - 2026-06-18

Board core MCP coverage landed in PR #130 and is now merged.

Covered in this slice:

Read the thread · 2026-06-07 · closed · 9 comments

edit_document and create_document: raw markdown breaks Huly collaborative editor

Problem

When creating or editing documents via MCP, the content is written as raw markdown to the database. Huly's UI reads documents from a collaborative document (via the collaborator service) using ProseMirror JSON format. Without calling uploadMarkup through the collaborator service, the collaborative document is never properly initialized.

This mirrors the milestone issue (#17) which was fixed in PR #18 for milestones, but documents haven't received the same treatment.

S

Read the thread · 2026-06-03 · closed · external user · 8 comments

Effect 4: Migrate the operation registry and prove complete schema parity

Parent

#209

What to build

Make the complete MCP operation and resource catalog constructible under Effect 4 and prove that its public schemas and discovery behavior still match the Effect 3 oracle.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 7 comments

Effect 4: Migrate administration and extension domains

Parent

#209

What to build

Restore administrative, discovery, search, preference, tagging, view, custom-field, deletion, and generic relation behavior under Effect 4.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 7 comments

[Bug]: npx execution fails with EUNSUPPORTEDPROTOCOL due to unresolved workspace: dependencies

Description

When attempting to run the package via npx, the execution immediately fails because npm encounters an unresolved workspace: protocol in the dependency tree.

It appears that @firfi/huly-mcp (or its @hcengineering/* dependencies) was published to the public npm registry without replacing the monorepo workspace: protocols with actual semantic version numbers in the published package.json.

Steps to Reproduce

Run the following command in any standard npm environment:

Read the thread · 2026-03-27 · closed · external user · 5 comments

Effect 4: Prove CLI documentation and packed-artifact parity

Parent

#209

What to build

Make the shipped CLI package and generated agent-facing documentation demonstrably equivalent to the Effect 3 baseline.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 4 comments

list_comments crashes with 'Connection error' when issue has MarkupContent-object comments

Bug

list_comments returns Connection error while communicating with Huly when an issue has comments whose message field is a MarkupContent object (rather than a ProseMirror JSON string).

Root cause

optionalMarkupToMarkdown (in dist/index.cjs) assumes markup is always a string:

function optionalMarkupToMarkdown(markup, urls, fallback = "") {
  return markup === null || markup === void 0 ? fallback : markupToMarkdownString(markup, urls);
}

`markupToMarkdownStrin

Read the thread · 2026-08-27 · closed · external user · 3 comments

Most recent

Certify and publish the breaking Effect AI release

What to build

Certify the breaking Effect AI MCP server as a releasable Huly MCP package after the in-place migration. Exercise the real built artifact over both transports and against local Huly, record the deliberately changed protocol behavior, update the behavioral oracle and user-facing guidance, and prepare the breaking release metadata.

Certification owns fixing migration defects it exposes; it must not restore the deleted Promise SDK or MCP 2026-07-28 compatibility path.

Accep

Read the thread · 2026-08-18 · closed · 1 comment

Replace the MCP SDK with Effect AI in place

What to build

Replace the Promise-based MCP SDK edge with the project-pinned Effect AI MCP server in one breaking, in-place migration. Tools, resources, stdio, and HTTP must move together, and the old SDK implementation must be deleted rather than retained as a compatibility path.

Build one generic adapter over the existing tool and operation registries so the complete Huly catalog moves without duplicating declarations or converting tools individually. Preserve Huly-owned behavior includin

Read the thread · 2026-08-18 · closed · 1 comment

Prevent orphaned stdio MCP processes with bounded shutdown

Problem Statement

When a Codex or other stdio MCP client exits without sending SIGTERM, Huly MCP can survive as a PID-1 orphan because stdin EOF is not treated as process-owner departure in every supported configuration. During the observed incident, 24 orphaned Huly MCP processes contributed to roughly 9 GiB of combined RSS and swap across 61 processes.

Shutdown is also not bounded as a whole. In-flight request draining, SDK wire close, telemetry flush, and process-scoped Huly client relea

Read the thread · 2026-08-12 · closed · 0 comments

Effect 4: Certify local Huly integration and prepare release evidence

Parent

#209

What to build

Prove the Effect 4 build against a real local Huly deployment and leave complete parity and release evidence for merging the integration branch.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 2 comments

Effect 4: Certify MCP and CLI artifacts on Node 22 and 24

Parent

#209

What to build

Prove clean consumers can install and run both published artifacts on every supported Node line with a reproducible dependency and bundle closure.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 2 comments

Effect 4: Rebuild the HTTP transport

Parent

#209

What to build

Restore the HTTP MCP endpoint on the Effect 4 router and server model while preserving authentication, isolation, concurrency, and lifecycle behavior.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 2 comments

Effect 4: Migrate the complete CLI framework and route behavior

Parent

#209

What to build

Restore the full generated CLI on Effect 4 while preserving route coverage, raw argument semantics, help, execution, and exactly-once error rendering.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 2 comments

Effect 4: Migrate the MCP server and stdio lifecycle

Parent

#209

What to build

Restore the production MCP server and stdio transport under Effect 4 with correct request scopes, concurrency, interruption, and shutdown.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 3 comments

Effect 4: Migrate contacts, collaborators, organizations, comments, and external channels

Parent

#209

What to build

Restore people, organization, collaboration, commenting, and external-channel operations under Effect 4.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 3 comments

Effect 4: Migrate documents, drive, storage, and attachments

Parent

#209

What to build

Restore document, file, storage, and attachment operations under Effect 4 without changing serialized contracts or resource ownership.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 2 comments

Effect 4: Migrate planner, workspace, spaces, processes, tasks, time, and test management

Parent

#209

What to build

Restore planning, workspace structure, process execution, task, time, and test-management behavior under Effect 4.

Acceptance criteria

Read the thread · 2026-08-12 · closed · 3 comments

The remaining reports are on the project's issue tracker.