docs: add JSON MCP configuration examples

This commit is contained in:
Hermes Agent
2026-08-02 17:33:43 +02:00
parent d6c1f9a280
commit bb7ee08152
7 changed files with 161 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"mcp_servers": {
"openherbarium": {
"command": "uvx",
"args": [
"--from",
"git+https://git.home-deneuville.fr/Edern/openherbarium-mcp.git",
"openherbarium-mcp"
],
"timeout": 120,
"connect_timeout": 60
}
}
}