diff --git a/README.md b/README.md index e0fa1db..22f2db2 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/examples/claude-desktop-mcp.json b/examples/claude-desktop-mcp.json index b197fd9..5b3eb47 100644 --- a/examples/claude-desktop-mcp.json +++ b/examples/claude-desktop-mcp.json @@ -3,6 +3,7 @@ "openherbarium": { "command": "uvx", "args": [ + "--quiet", "--from", "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git", "openherbarium-mcp" diff --git a/examples/cursor-mcp.json b/examples/cursor-mcp.json index b197fd9..5b3eb47 100644 --- a/examples/cursor-mcp.json +++ b/examples/cursor-mcp.json @@ -3,6 +3,7 @@ "openherbarium": { "command": "uvx", "args": [ + "--quiet", "--from", "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git", "openherbarium-mcp" diff --git a/examples/generic-mcp.json b/examples/generic-mcp.json index b197fd9..5b3eb47 100644 --- a/examples/generic-mcp.json +++ b/examples/generic-mcp.json @@ -3,6 +3,7 @@ "openherbarium": { "command": "uvx", "args": [ + "--quiet", "--from", "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git", "openherbarium-mcp" diff --git a/examples/hermes-mcp.json b/examples/hermes-mcp.json index 3f3e724..d615664 100644 --- a/examples/hermes-mcp.json +++ b/examples/hermes-mcp.json @@ -3,6 +3,7 @@ "openherbarium": { "command": "uvx", "args": [ + "--quiet", "--from", "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git", "openherbarium-mcp" diff --git a/examples/hermes-openherbarium-uvx.yaml b/examples/hermes-openherbarium-uvx.yaml index 1f94cb1..243018c 100644 --- a/examples/hermes-openherbarium-uvx.yaml +++ b/examples/hermes-openherbarium-uvx.yaml @@ -3,6 +3,7 @@ openherbarium: command: "uvx" args: + - "--quiet" - "--from" - "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git" - "openherbarium-mcp" diff --git a/examples/windsurf-mcp.json b/examples/windsurf-mcp.json index b197fd9..5b3eb47 100644 --- a/examples/windsurf-mcp.json +++ b/examples/windsurf-mcp.json @@ -3,6 +3,7 @@ "openherbarium": { "command": "uvx", "args": [ + "--quiet", "--from", "git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git", "openherbarium-mcp"