mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-20 21:04:45 +08:00
feat: add skills api
This commit is contained in:
38
extensions_config.example.json
Normal file
38
extensions_config.example.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"filesystem": {
|
||||
"enabled": true,
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/files"],
|
||||
"env": {},
|
||||
"description": "Provides filesystem access within allowed directories"
|
||||
},
|
||||
"github": {
|
||||
"enabled": true,
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-github"],
|
||||
"env": {
|
||||
"GITHUB_TOKEN": "$GITHUB_TOKEN"
|
||||
},
|
||||
"description": "GitHub MCP server for repository operations"
|
||||
},
|
||||
"postgres": {
|
||||
"enabled": false,
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"],
|
||||
"env": {},
|
||||
"description": "PostgreSQL database access"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"PDF Processing": {
|
||||
"enabled": true
|
||||
},
|
||||
"Frontend Design": {
|
||||
"enabled": true
|
||||
},
|
||||
"Data Analysis": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user