# Reference

Use this section when you already know the project at a high level and need the core bridge model quickly.

## Pages

- [CLI And Control Plane](./cli.md)
- [Bridge Session Model](./session-lifecycle.md)
- [Architecture](./architecture.md)

## Best First Read

If you are debugging a real bridge session, start with:

- [CLI And Control Plane](./cli.md)
- [Bridge Session Model](./session-lifecycle.md)

## Docs Site Search

The docs site is built with `mdorigin` search enabled.

- Local preview: `pnpm docs:dev`
- Build static search index: `pnpm docs:build:search`
- Production build: `pnpm docs:build`

<!-- INDEX:START -->

- [Architecture](./architecture.md)
  `webmcp-bridge` has four layers.
  <!-- mdorigin:index kind=article -->

- [Bridge Session Model](./session-lifecycle.md)
  The bridge has two different responsibilities:
  <!-- mdorigin:index kind=article -->

- [CLI And Control Plane](./cli.md)
  `@webmcp-bridge/local-mcp` is the stdio MCP entrypoint.
  <!-- mdorigin:index kind=article -->

<!-- INDEX:END -->
