link_code_to_symbols
Connects code blocks in documentation to matching code symbols by tokenizing identifiers and searching the repository.
Instructions
Best-effort bridge from doc code blocks to jcodemunch code symbols. For each block, tokenizes identifiers and looks them up via jcodemunch's search_symbols. Returns {by_block, by_symbol, _meta} where _meta.bridge_available reports whether jcodemunch-mcp is importable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | jdocmunch repo identifier | |
| code_repo | Yes | jcodemunch repo identifier | |
| max_examples | No | ||
| max_symbols_per_block | No |