Pavan Kumar
c75fa97cb7
fix: resolve LiteLLM initialization issues in math and calc servers
...
- Updated initialization logic in `math_server.py` and `calc_server.py`
- Addressed missing or invalid response output due to improper model handling
3 weeks ago
Pavan Kumar
a64dab83f2
feat: implement multi-agent MCP system with multiple server instances
...
- Created `multi_server_test.py` to test coordination across agents and servers
- Added `calc_server.py` for handling computation requests
- Referenced swarms-rs Rust architecture for Python-based design structure
3 weeks ago
Pavan Kumar
64c79523f3
fix: finalize MCP server configurations and resolve model warnings
3 weeks ago
Pavan Kumar
f495299785
fix: update server configuration and add graceful shutdown to integration test
3 weeks ago
Pavan Kumar
e051e2d1a6
fix: resolve FastMCP server configuration and runtime workflow issues
3 weeks ago
Pavan Kumar
04ed17d59e
chore: configure MCP servers to run in parallel with proper networking
3 weeks ago
Pavan Kumar
c4c81a4767
feat: set up interactive multi-agent MCP test environment with multi-server coordination
3 weeks ago
Pavan Kumar
4e457e3bcc
fix: correct MCP server configuration to comply with FastMCP API
3 weeks ago
Pavan Kumar
1ac9c5702a
fix: correct port configuration for MCP servers to match FastMCP API
3 weeks ago
Pavan Kumar
6954a9ace4
feat: set up multiple MCP servers and integrate with multi-agent test system
3 weeks ago