بنقرة واحدة
renzu-mcp-cli
CLI for the Renzu MCP server. Call tools, list resources, and get prompts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
CLI for the Renzu MCP server. Call tools, list resources, and get prompts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when implementing, executing, applying, building, coding, or developing a feature, change, requirement, enhancement, fix, or modification. Use when running tasks from a spec, proposal, or plan.
You MUST use this before any creative work - creating features, proposing changes,building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Create atomic git commits aligned to Ito changes. Use when you want to commit work after applying a change, optionally with auto-mode.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
| name | renzu-mcp-cli |
| description | CLI for the Renzu MCP server. Call tools, list resources, and get prompts. |
Semantic code search with optional repo/path/language filters
uv run --with fastmcp python renzu-mcp-cli.py call-tool code_search --query <value> --repo-id <value> --path-prefix <value> --language <value> --top-k <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--query | string | yes | |
--repo-id | string | yes | |
--path-prefix | string | no | JSON string |
--language | string | no | JSON string |
--top-k | integer | no |
Fetch a repository-relative snippet by inclusive line range
uv run --with fastmcp python renzu-mcp-cli.py call-tool code_snippet --repo-id <value> --path <value> --start-line <value> --end-line <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--repo-id | string | yes | |
--path | string | yes | |
--start-line | integer | yes | |
--end-line | integer | yes |
Lexical/regex code search with Zoekt query syntax
uv run --with fastmcp python renzu-mcp-cli.py call-tool code_search_lexical --query <value> --repo-id <value> --file-pattern <value> --top-k <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--query | string | yes | |
--repo-id | string | yes | |
--file-pattern | string | no | JSON string |
--top-k | integer | no |
List symbols in a repository file
uv run --with fastmcp python renzu-mcp-cli.py call-tool symbols_in_file --repo-id <value> --path <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--repo-id | string | yes | |
--path | string | yes |
Find the definition location for a symbol
uv run --with fastmcp python renzu-mcp-cli.py call-tool symbol_definition --symbol-id <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--symbol-id | string | yes |
Find reference locations for a symbol
uv run --with fastmcp python renzu-mcp-cli.py call-tool symbol_references --symbol-id <value>
| Flag | Type | Required | Description |
|---|---|---|---|
--symbol-id | string | yes |
uv run --with fastmcp python renzu-mcp-cli.py list-tools
uv run --with fastmcp python renzu-mcp-cli.py list-resources
uv run --with fastmcp python renzu-mcp-cli.py read-resource <uri>
uv run --with fastmcp python renzu-mcp-cli.py list-prompts
uv run --with fastmcp python renzu-mcp-cli.py get-prompt <name> [key=value ...]