Add Reference section for MCP tools - #77
Open
cdebled wants to merge 4 commits into
Open
Conversation
This was referenced Aug 5, 2026
arrufat
reviewed
Aug 6, 2026
arrufat
left a comment
Collaborator
There was a problem hiding this comment.
Checked every table against browser main (f55aa1a66) — the content matches the source remarkably well, including the scroll fix. Two things merged into the browser after this PR's snapshot (33763f70) make it stale on arrival; inline comments below.
arrufat
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
reference/mcp-toolspage documenting every tool and resource exposed by the MCP server (Navigation, Reading, Extraction, Interacting, Waiting, State/debugging, Session), sourced from each tool's.descriptionin the browser'ssrc/browser/tools.zig(Tool.definition()), plussave/session_new/session_list/session_closefromsrc/mcp/tools.zig'sextra_toolsusage/mcp.mdxaround the new reference page: keep the practical "how to connect and use it" narrative (stdio/HTTP transport, connecting an AI agent, example prompts, known behaviors), drop the exhaustive per-tool listing now that it lives in the referenceguides/markdown-axtree.mdxto also point at the new tools referenceThis PR is part of a series splitting the new Reference section (CLI, MCP tools, HTTP API, PandaScript) into smaller pieces so each can be reviewed and merged on its own: #76 (CLI reference).
mcpcommand cross-links here (reference/mcp-tools.mdx,usage/mcp.mdx) temporarily point at the current/run-locally/commands/mcppage instead of/reference/cli/mcp, which #76 creates. Update those two links once #76 merges.run-locally/commands.mdx's#connecting-an-ai-agentlink in #76 (tracked in its description). Update that anchor when merging this.