env.json•1.05 kB
{
"properties": {
"MAX_TOKENS": {
"default": "20000",
"description": "Maximum tokens per response",
"type": "string"
},
"NODE_ENV": {
"default": "production",
"description": "The Node.js environment setting",
"type": "string"
},
"OBSIDIAN_API_KEY": {
"description": "Your API key for the Obsidian MCP Server",
"type": "string"
},
"OBSIDIAN_VERIFY_SSL": {
"default": "false",
"description": "Enable SSL verification",
"type": "string"
},
"RATE_LIMIT_MAX_REQUESTS": {
"default": "200",
"description": "Max requests per rate limit window",
"type": "string"
},
"RATE_LIMIT_WINDOW_MS": {
"default": "900000",
"description": "Rate limit window in milliseconds (default: 15 minutes)",
"type": "string"
},
"TOOL_TIMEOUT_MS": {
"default": "60000",
"description": "Tool execution timeout in milliseconds",
"type": "string"
}
},
"required": ["OBSIDIAN_API_KEY"],
"type": "object"
}