# MCP Client Example

Start the local runtime:

```bash
npm run dev
```

If the runtime requires a bearer token, set `OOMOL_CONNECT_RUNTIME_TOKEN` when running this example.

List the MCP-style tools derived from the local action catalog:

```bash
node examples/mcp-client/list-tools.ts
```
