仿生人MCP接入点

This commit is contained in:
BBIT-Kai
2025-11-05 18:06:40 +08:00
parent f50521e548
commit 7ff894e875
12 changed files with 2088 additions and 0 deletions
@@ -0,0 +1,22 @@
[server]
host = 127.0.0.1
port = 8004
debug = false
log_level = INFO
key = f4222eccc20e4361861d88b121af07f4
[websocket]
max_connections = 1000
ping_interval = 30
ping_timeout = 10
close_timeout = 10
[security]
allowed_origins = *
enable_cors = true
[logging]
log_file = logs/mcp_server.log
max_file_size = 10MB
backup_count = 5