feat: 更新OCI Provider版本至7.20并集成Vault配置
refactor: 重构Terraform配置以使用Consul和Vault存储敏感信息 docs: 添加Vault实施文档和配置指南 chore: 清理不再使用的配置文件和脚本 feat: 添加Nomad集群领导者发现脚本和文档 feat: 实现MCP配置共享方案和同步脚本 style: 更新README中的网络访问注意事项 test: 添加Consul Provider集成测试脚本
This commit is contained in:
1
.kilocode/mcp.json
Symbolic link
1
.kilocode/mcp.json
Symbolic link
@@ -0,0 +1 @@
|
||||
/mnt/fnsync/mcp/mcp_shared_config.json
|
||||
90
.kilocode/mcp.json.backup
Normal file
90
.kilocode/mcp.json.backup
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"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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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user