SimpleSallap:SimpleMCP:Fix cmdline arg oversight, cleanup space

Had forgotten to update docs wrt renamed --op.configFile arg

Remove the unneeded space from details.md, which was triggering
the editorconfig check at upstream github repo.
This commit is contained in:
hanishkvc 2025-12-08 16:28:27 +05:30
parent 9039a917d0
commit 9d895b0ed3
3 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ remember to
local.tools/simplemcp.py local.tools/simplemcp.py
helper along with its config file, before using/loading this client ui through a browser helper along with its config file, before using/loading this client ui through a browser
* cd tools/server/public_simplechat/local.tools; python3 ./simplemcp.py --config simplemcp.json * cd tools/server/public_simplechat/local.tools; python3 ./simplemcp.py --op.configFile simplemcp.json
* remember that this is a relatively minimal dumb mcp(ish) server logic with few builtin tool calls * remember that this is a relatively minimal dumb mcp(ish) server logic with few builtin tool calls
related to fetching raw html or stripped plain text equivalent or pdf text content. related to fetching raw html or stripped plain text equivalent or pdf text content.

View File

@ -152,7 +152,7 @@ class Config(DictyDataclassMixin):
Helper to process command line arguments. Helper to process command line arguments.
Flow setup below such that Flow setup below such that
* location of --config in commandline will decide whether command line or config file will get * location of --op.configFile in commandline will decide whether command line or config file will get
priority wrt setting program parameters. priority wrt setting program parameters.
* str type values in cmdline are picked up directly, without running them through ast.literal_eval, * str type values in cmdline are picked up directly, without running them through ast.literal_eval,
bcas otherwise one will have to ensure throught the cmdline arg mechanism that string quote is bcas otherwise one will have to ensure throught the cmdline arg mechanism that string quote is

View File

@ -26,7 +26,7 @@ build/bin/llama-server -m <path/to/model.gguf> \
If one needs web related access / tool calls dont forget to run If one needs web related access / tool calls dont forget to run
```bash ```bash
cd tools/server/public_simplechat/local.tools; python3 ./simplemcp.py --config simplemcp.json cd tools/server/public_simplechat/local.tools; python3 ./simplemcp.py --op.configFile simplemcp.json
``` ```
- `--debug True` enables debug mode which captures internet handshake data - `--debug True` enables debug mode which captures internet handshake data