docs: quiet uvx MCP startup

This commit is contained in:
Hermes Agent
2026-08-02 17:49:35 +02:00
parent 1bc3c6452f
commit 8c3c8de052
7 changed files with 10 additions and 0 deletions
+4
View File
@@ -137,6 +137,7 @@ mcp_servers:
openherbarium:
command: "uvx"
args:
- "--quiet"
- "--from"
- "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git"
- "openherbarium-mcp"
@@ -176,6 +177,7 @@ Hermes JSON-style snippet:
"openherbarium": {
"command": "uvx",
"args": [
"--quiet",
"--from",
"git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git",
"openherbarium-mcp"
@@ -201,6 +203,7 @@ Generic `mcp.json` snippet used by many MCP clients:
"openherbarium": {
"command": "uvx",
"args": [
"--quiet",
"--from",
"git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git",
"openherbarium-mcp"
@@ -231,6 +234,7 @@ Generic JSON example with all configurable parameters:
"openherbarium": {
"command": "uvx",
"args": [
"--quiet",
"--from",
"git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git",
"openherbarium-mcp"