豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

chore: implement a daemon process#1020

Merged
OrKoN merged 1 commit intomainfrom
orkon/daemon
Feb 24, 2026
Merged

chore: implement a daemon process#1020
OrKoN merged 1 commit intomainfrom
orkon/daemon

Conversation

@OrKoN
Copy link
Copy Markdown
Collaborator

@OrKoN OrKoN commented Feb 23, 2026

Implements a daemon process needed for the CLI. The daemon has commands to start/stop itself as well as an ability to forward data to the managed MCP server. Local sockets or named pipes are used depending on the platform.

The .sock and .pid files are placed under XDG_RUNTIME_DIR/chrome-devtools-mcp or /tmp/chrome-devtools-mcp for short socket paths.

It uses Puppeteer's PipeTransport to avoid re-implementing \0 terminated messages.

Note the code is not used anywhere at the moment.

@OrKoN OrKoN marked this pull request as ready for review February 23, 2026 14:14
Copy link
Copy Markdown
Collaborator

@Lightning00Blade Lightning00Blade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with some minor comments regarding

Comment thread src/daemon/daemon.ts Outdated
Comment thread src/daemon/daemon.ts
Comment thread src/daemon/daemon.ts Outdated
Comment thread src/daemon/daemon.ts Outdated
Comment thread src/daemon/utils.ts Outdated
Comment thread src/daemon/utils.ts Outdated
Comment thread src/daemon/daemon.ts Outdated
@OrKoN OrKoN added this pull request to the merge queue Feb 24, 2026
Merged via the queue into main with commit dd26bbf Feb 24, 2026
20 checks passed
@OrKoN OrKoN deleted the orkon/daemon branch February 24, 2026 13:54
wolfib pushed a commit to wolfib/chrome-devtools-mcp that referenced this pull request Mar 10, 2026
Implements a daemon process needed for the CLI. The daemon has commands
to start/stop itself as well as an ability to forward data to the
managed MCP server. Local sockets or named pipes are used depending on
the platform.

The .sock and .pid files are placed under
XDG_RUNTIME_DIR/chrome-devtools-mcp or /tmp/chrome-devtools-mcp for
short socket paths.

It uses Puppeteer's PipeTransport to avoid re-implementing \0 terminated
messages.

Note the code is not used anywhere at the moment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants