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
+15
View File
@@ -0,0 +1,15 @@
{
"mcpServers": {
"openherbarium": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/openherbarium-mcp",
"run",
"openherbarium-mcp"
],
"timeout": 120,
"connect_timeout": 60
}
}
}