- Added plugin base and loader for backend extensibility - Implemented application settings management with config persistence - Created Svelte-based frontend with Dashboard and Settings pages - Added API routes for plugins, tasks, and settings - Updated documentation and specifications - Improved project structure and developer tools
14 lines
230 B
JSON
Executable File
14 lines
230 B
JSON
Executable File
{
|
|
"mcpServers": {
|
|
"tavily": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"tavily-mcp@0.2.3"
|
|
],
|
|
"env": {
|
|
"TAVILY_API_KEY": "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"
|
|
}
|
|
}
|
|
}
|
|
} |