docs: add JSON MCP configuration examples
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"openherbarium": {
|
||||
"command": "uv",
|
||||
"args": [
|
||||
"--directory",
|
||||
"/absolute/path/to/openherbarium-mcp",
|
||||
"run",
|
||||
"openherbarium-mcp"
|
||||
],
|
||||
"timeout": 120,
|
||||
"connect_timeout": 60
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user