0425afd5cf
接入STDIO与Streamable HTTP MCP连接、动态工具目录和Runner协议 将mcp.call纳入持久动作、工具审批、私有结果和强杀恢复 增加AppData配置、开发配置界面及聊天CLI的MCP状态入口 补齐真实Provider E2E、全量回归、安全扫描和技术文档
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"llm": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://api.openai.com/v1",
|
|
"model": "gpt-4.1",
|
|
"apiKind": "openai_responses",
|
|
"reasoningEffort": "high",
|
|
"stream": false,
|
|
"webSearchEnabled": false,
|
|
"contextWindowTokens": 128000,
|
|
"autoCompactTokenLimit": 64000,
|
|
"toolOutputTokenLimit": 12000,
|
|
"requestTimeoutMs": 180000,
|
|
"maxRetries": 0,
|
|
"retryBackoffMs": 500
|
|
},
|
|
"agentLlm": {},
|
|
"editorApi": {
|
|
"baseUrl": "http://127.0.0.1:8082",
|
|
"apiKey": ""
|
|
},
|
|
"mcpServers": {}
|
|
}
|