Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ procs:
mcp:
# Use dev:local-resources to read from local context-mill server
# Runs at http://localhost:8787
# autostart off: the MCP now runs in the posthog hogli stack (start:mcp:server,
# Hono runtime on :8787). Starting this wrangler-runtime pane too binds
# 127.0.0.1:8787 and shadows the Hono server for all localhost traffic.
shell: "source .env && cd $MCP_PATH && pnpm build:ui-apps && pnpm run dev:local-resources"
autostart: true
autostart: false
stop_signal: SIGTERM

mcp-inspector:
Expand Down