Search the Radius source repo
radius_source_searchSearch across Radius source code, architecture docs, and design notes to uncover implementation details and design rationale.
Instructions
Full-text search over a checkout of radius-project/radius: Go source (pkg/, cmd/), architecture docs and design notes (docs/architecture, eng/design-notes), specs, TypeSpec/Bicep type definitions, and more. If no local checkout is configured, this server clones a shallow copy itself on first use (may take a bit the first time). Use this for implementation details, resource-provider internals, or design rationale that isn't covered in the published docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 10) | |
| query | Yes | Search terms, or a regex if useRegex is true, e.g. "func.*Recipe" | |
| useRegex | No | Treat query as a case-insensitive regular expression | |
| pathPrefix | No | Restrict to a subdirectory, e.g. "pkg/recipes" or "docs/architecture" |