Pavan Kumar
db5ccd4a24
feat: implement multi-agent MCP architecture with math tools
...
- Created proper MCP-compatible `math_server.py`
- Set up `test_integration.py` with multi-agent system structure
- Updated `.replit` config for seamless client-server testing
3 months ago
Pavan Kumar
d30ca92421
chore: set model name to 'gpt-4o-mini' in server and test configs
...
- Updated `math_server.py` and `test_integration.py` to explicitly use 'gpt-4o-mini'
- Ensures consistent model configuration across test and runtime environments
3 months ago
Pavan Kumar
3fe1ec1581
fix: resolve MCP integration and agent response handling issues
...
- Fixed server and agent configuration in `math_server.py` and `test_integration.py`
- Improved response flow when user input is missing or malformed
3 months ago
Pavan Kumar
61f92562eb
fix: adjust agent output formatting and math server config
...
- Improved output formatting in `test_integration.py` for clarity
- Updated `math_server.py` configuration for consistent runtime behavior
3 months ago
Pavan Kumar
7c00cf155d
feat: support both Swarms and OpenAI API keys in integration test
...
- Modified `test_integration.py` to dynamically use either Swarms or OpenAI key
- Enables flexible backend switching for agent API calls
3 months ago
Pavan Kumar
ef2abb0136
fix: update MCP server config and add API key support
...
- Fixed configuration issues in `math_server.py`
- Integrated API key handling for secure server access
3 months ago
Pavan Kumar
a418c6f782
feat: enhance test integration with timestamped logging and request workflow
3 months ago
Pavan Kumar
64c79523f3
fix: finalize MCP server configurations and resolve model warnings
3 months ago
Pavan Kumar
f495299785
fix: update server configuration and add graceful shutdown to integration test
3 months ago
Pavan Kumar
e051e2d1a6
fix: resolve FastMCP server configuration and runtime workflow issues
3 months ago
Pavan Kumar
04ed17d59e
chore: configure MCP servers to run in parallel with proper networking
3 months ago
Pavan Kumar
c4c81a4767
feat: set up interactive multi-agent MCP test environment with multi-server coordination
3 months ago
Pavan Kumar
4e457e3bcc
fix: correct MCP server configuration to comply with FastMCP API
3 months ago
Pavan Kumar
1ac9c5702a
fix: correct port configuration for MCP servers to match FastMCP API
3 months ago
Pavan Kumar
6954a9ace4
feat: set up multiple MCP servers and integrate with multi-agent test system
3 months ago
Pavan Kumar
10e056a05e
test: enhance MCP integration test with tool discovery and user guidance
3 months ago
Pavan Kumar
2e2ebc40c8
fix: update MCP server and client integration based on FastMCP and Swarms guidelines
3 months ago
Pavan Kumar
d71030859d
fix: improve MCP server and test integration with robust error handling
...
- Enhanced `math_server.py` to handle invalid tool requests and unknown inputs gracefully
- Updated `test_integration.py` to include edge case scenarios for validation
- Ensured agents dynamically discover available tools and respond accordingly
3 months ago
Pavan Kumar
d7c861604b
feat: create MCP server using FastMCP and set up integration test
3 months ago
Kye Gomez
4f209580de
various bug fixes and removed mcp and other optimizations
3 months ago