Files
openherbarium-mcp/examples/local-dev-mcp.json
T

16 lines
266 B
JSON

{
"mcpServers": {
"openherbarium": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/openherbarium-mcp",
"run",
"openherbarium-mcp"
],
"timeout": 120,
"connect_timeout": 60
}
}
}