MCP server URL
Use the production server for live projects:Source discovery workflow
Useplangrep_search_project_sources before reading source text or displaying source images. It returns source handles and metadata that the follow-up tools can use.
plangrep_search_project_sources accepts a mode field:
| Mode | Use when |
|---|---|
semantic | You want vector search over source meaning. This is the default. |
grep | You want keyword or boolean prepared-text search. |
regex | You need case-insensitive multiline regex search over prepared source text. |
auto | An agent should try semantic search first and receive keyword follow-up guidance if vectors are not ready. |
plangrep_search_projects accepts sourceSearchMode with the same values.
Artifact and source handles
MCP clients should not fetch Open API artifact URLs directly. The MCP server converts source and artifact URLs into opaque handles. Pass image handles toplangrep_show_artifact_image or plangrep_show_source_image, and pass source handles to plangrep_read_source_text when you need bounded text.