feat: 添加MCP服务器测试套件和Kali Linux测试支持
refactor(consul): 将Consul集群作业文件移动到components目录 refactor(vault): 将Vault集群作业文件移动到components目录 refactor(nomad): 将Nomad NFS卷作业文件移动到components目录 fix(ssh): 修复浏览器主机的SSH密钥认证配置 fix(ansible): 更新Ansible配置以支持SSH密钥认证 test: 添加全面的MCP服务器测试脚本和报告 test: 添加Kali Linux测试套件和健康检查 test: 添加自动化测试运行脚本 docs: 更新README以包含测试说明和经验教训 docs: 添加Vault部署指南和测试文档 chore: 更新Makefile添加测试相关命令
This commit is contained in:
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@upstash/context7-mcp"
|
||||
],
|
||||
"env": {
|
||||
"DEFAULT_MINIMUM_TOKENS": ""
|
||||
}
|
||||
},
|
||||
"filesystem": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"./"
|
||||
],
|
||||
"disabled": false,
|
||||
"alwaysAllow": []
|
||||
},
|
||||
"sequentialthinking": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-sequential-thinking"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"sequentialthinking"
|
||||
]
|
||||
},
|
||||
"git": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"mcp-server-git",
|
||||
"--repository",
|
||||
"./"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"git_status",
|
||||
"git_diff_unstaged",
|
||||
"git_diff",
|
||||
"git_diff_staged",
|
||||
"git_commit",
|
||||
"git_add",
|
||||
"git_reset",
|
||||
"git_log",
|
||||
"git_create_branch",
|
||||
"git_checkout",
|
||||
"git_show",
|
||||
"git_branch"
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"mcp-server-time"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"get_current_time",
|
||||
"convert_time"
|
||||
]
|
||||
},
|
||||
"memory": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-memory"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"create_entities",
|
||||
"create_relations",
|
||||
"add_observations",
|
||||
"delete_entities",
|
||||
"delete_observations"
|
||||
]
|
||||
},
|
||||
"tavily": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"tavily-mcp@0.2.3"
|
||||
],
|
||||
"env": {
|
||||
"TAVILY_API_KEY": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
.kilocode/mcp.json.backup
Symbolic link
1
.kilocode/mcp.json.backup
Symbolic link
@@ -0,0 +1 @@
|
||||
/mnt/fnsync/mcp/mcp_shared_config.json
|
||||
Reference in New Issue
Block a user