默认配置 research-report MCP 并自动启用

This commit is contained in:
ableflow 2026-06-26 10:32:49 +08:00
parent 28a7a2e2af
commit 901afc506c
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"enabledMcpjsonServers": [
"research-report"
],
"permissions": {
"deny": [
"Read(../**)",

View File

@ -1,3 +1,12 @@
{
"mcpServers": {}
"mcpServers": {
"research-report": {
"type": "http",
"url": "http://39.96.218.64:8009/mcp",
"headers": {
"Authorization": "Bearer f6187f2a5d299832e3dd0f9f2a2b7a6f",
"Content-Type": "application/json"
}
}
}
}