Skip to content

Commit 143143e

Browse files
committed
docs(mcp): document pc_process_logs_search and pc_project_dependency_graph
Adds rows for the two new built-in control tools to the MCP server docs so users discover them alongside the existing pc_* tools.
1 parent 2f85b26 commit 143143e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

www/docs/mcp-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@ When enabled, the MCP server starts even if no process has an `mcp:` section, an
247247
| `pc_process_ports` | Get TCP/UDP ports a process is listening on | `name: string` |
248248
| `pc_process_logs` | Fetch the most recent log lines (one-shot) | `name: string`, `tail: integer` (default 100), `offset_from_end: integer` (default 0) |
249249
| `pc_process_logs_truncate` | Truncate the log buffer for a process | `name: string` |
250+
| `pc_process_logs_search` | Search log buffers using BM25 ranking across one or all processes | `query: string`, `name: string` (optional, all if omitted), `top_k: integer` (default 20, max 100), `log_limit: integer` (default 500, max 5000) |
250251
| `pc_project_state` | Get overall project state (uptime, counts, optional memory) | `with_memory: boolean` (default false) |
251252
| `pc_project_is_ready` | Check whether all processes are ready | _none_ |
253+
| `pc_project_dependency_graph` | Get the project dependency graph (nodes, statuses, upstream conditions) | _none_ |
252254

253255
The `pc_` prefix avoids collisions with user-defined tools — it is safe to have a user process named `start` alongside `pc_process_start`.
254256

0 commit comments

Comments
 (0)