ffi_surface
Identify the FFI surface of a repository by finding #[uniffi::export] items, exported impl members, and generated binding artifacts. Returns empty for repos without FFI.
Instructions
Find the FFI surface: #[uniffi::export] items, exported impl members, and generated binding artifacts (detected by path). Empty in repos without FFI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| worktree | No | Absolute path of the checkout to scope reads to — pass a linked worktree to read its branch overlay. Defaults to the server's working directory. A path that is not a linked worktree of this repo is silently ignored: results then come from the indexed checkout, with no error. |