look at that users of @node. first, three variants
This commit is contained in:
@@ -4,11 +4,12 @@ Use PowerShell on Windows from the repo root.
|
||||
|
||||
Testing:
|
||||
- `uv run --with pytest pytest -q`
|
||||
- Focused example: `uv run --with pytest pytest tests/test_wf_mcp_transparent_proxy.py -q`
|
||||
- Focused MCP proxy tests: `uv run --with pytest pytest tests/test_wf_mcp_transparent_proxy.py -q`
|
||||
- Focused names/pagination examples: `uv run --with pytest pytest tests/test_wf_mcp_names.py tests/test_wf_mcp_transparent_proxy.py -q`
|
||||
|
||||
Lint/type checks:
|
||||
- `uv run ruff check src/wf_mcp tests`
|
||||
- Focused basedpyright example: `uv run basedpyright src/wf_mcp/transparent_proxy.py --level error`
|
||||
- Focused basedpyright example: `uv run basedpyright src/wf_mcp/transparent_proxy.py src/wf_mcp/pagination.py --level error`
|
||||
|
||||
Formatting:
|
||||
- `uv run ruff format`
|
||||
@@ -19,6 +20,18 @@ CLI / MCP server:
|
||||
- Old broker mode: `uv run wf-mcp --config wf_mcp.config.json serve --mode broker`
|
||||
- Optional compatibility/search flags: `--resources-as-tools`, `--prompts-as-tools`, `--search-tools`
|
||||
|
||||
Useful live MCP admin tools exposed by `wf-mcp`:
|
||||
- `wf.mcp_list_connections`
|
||||
- `wf.mcp_get_config`
|
||||
- `wf.mcp_add_connection`
|
||||
- `wf.mcp_update_connection`
|
||||
- `wf.mcp_enable_connection`
|
||||
- `wf.mcp_disable_connection`
|
||||
- `wf.mcp_remove_connection`
|
||||
- `wf.mcp_reload_config`
|
||||
- `wf.mcp_list_proxy_tools`
|
||||
- `wf.mcp_get_proxy_tool`
|
||||
|
||||
Useful Windows shell commands:
|
||||
- Fast search: `rg "pattern" path`
|
||||
- List files: `Get-ChildItem -Force`
|
||||
|
||||
Reference in New Issue
Block a user