提交qiming-mcp-proxy

This commit is contained in:
Codex
2026-06-01 13:03:20 +08:00
parent 9e9486b7c2
commit afb3d9f4e6
394 changed files with 124494 additions and 0 deletions

53
qiming-mcp-proxy/.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
/target
.idea
.vscode
target
.DS_Store
**/target
mcp-proxy/logs
logs
.venv
.claude
/tmp
packages
document-parser/data/*
scripts/temp/*
data/*
temp/*
server.log
:memory:/*
document-parser/:memory:/*
document-parser/temp/*
models/*
dist/
voice-cli/temp/*
voice-cli/cluster_metadata/*
voice-cli/shared-voice-cli/*
voice-cli/:memory:/*
cluster_metadata
*.pid
voice-cli/build/*
voice-cli/data/*
voice-cli/server-config.yml
voice-cli/server_debug.log
voice-cli/test_audio.txt
voice-cli/checkpoints/*
mcp-proxy/tmp/*
fastembed/.fastembed_cache
.fastembed_cache/
voice-cli/models/
# Environment files
.env
.env.local
.env.*.local
# Internal development tools and docs
.qoder/
spec/
mcp-proxy/docs/