Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
712a888
update(config): change server port and add log retention configuration
soddygo Oct 28, 2025
5789216
enhance(logging): improve logging details in run_code_handler and ope…
soddygo Oct 28, 2025
2ae8c8c
add log print
soddygo Oct 28, 2025
d37a0c9
enhance(log_cleanup): improve log cleanup process and logging details
soddygo Oct 28, 2025
7b56a76
Feat mcp sse,streamable (#5)
soddygo Nov 11, 2025
9ee5f56
Enhance test_mcp_sse_streamable: Add complex configuration service st…
soddygo Nov 12, 2025
0ca7292
Enhance MCP Proxy Documentation and Error Handling
soddygo Nov 12, 2025
007676a
Update test_mcp_sse_streamable configuration for service status check
soddygo Nov 12, 2025
d686246
Enhance MCP Proxy Configuration and Testing for SSE and Streamable Pr…
soddygo Nov 13, 2025
163ca45
Refactor MCP Router Model for Enhanced Service Configuration and Path…
soddygo Nov 13, 2025
ee57ab5
Remove CHANGELOG.md and enhance MCP Router Model with case sensitivit…
soddygo Nov 13, 2025
00a03e7
Update MCP Router Model to support case-insensitive aliases for baseU…
soddygo Nov 13, 2025
05d3c57
Rename `baseUrl` field in `McpServerUrlConfig` to improve clarity and…
soddygo Nov 13, 2025
d220f05
Remove unused methods and tests from `FlexibleMcpConfig` to streamlin…
soddygo Nov 13, 2025
2101e49
Enhance SSE Client Integration with Nuwax Image Service
soddygo Nov 17, 2025
182089f
Refactor logging in DynamicRouterService to use debug spans for reduc…
soddygo Nov 17, 2025
71a1f70
Refactor logging in MCP Proxy to reduce verbosity and improve clarity
soddygo Nov 20, 2025
9285e09
Update dependencies in Cargo.lock and Cargo.toml for improved compati…
soddygo Nov 21, 2025
393602c
Feat mcp cli (#6)
soddygo Jan 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 9 additions & 3 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model": "opus",
"permissions": {
"allow": [
"Bash(curl:*)",
Expand All @@ -7,9 +8,14 @@
"Bash(cargo run:*)",
"Bash(chmod:*)",
"Bash(./test_connection_close.sh:*)",
"Bash(/Volumes/soddy/git_workspace/mcp-proxy/test_connection_close.sh)"
"Bash(/Volumes/soddy/git_workspace/mcp-proxy/test_connection_close.sh)",
"Bash(git:*)",
"Bash(find:*)",
"Edit",
"Bash(cargo:*)"
],
"deny": [],
"ask": []
}
}
},
"alwaysThinkingEnabled": true
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ 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/
Loading
Loading