Releases: rinadelph/Agent-MCP
Releases · rinadelph/Agent-MCP
Release 4.20.1 - Critical URI and Testing Agent Fixes
Critical Bug Fixes
🔧 URI System Fixes
- Fixed token resource URIs: Corrected from
admintotoken://adminformat for proper MCP resource access - Server logs resource: Added proper
logs://serverURI scheme for debugging access - URI compatibility: All MCP resources now use consistent URI formatting
🧪 Testing Agent System Fixes
- Database schema errors: Fixed
agent_actionstable column reference issues preventing testing agent logging - Authentication issues: Resolved token authentication problems that prevented testing agents from accessing MCP tools
- Automatic validation: Testing agents now launch properly on task completion and perform comprehensive validation
✅ Verified Functionality
- Testing agent system fully operational with automatic launch workflow
- All URI formats working correctly across token, agent, tmux, and server log resources
- Authentication system stable with proper token handling
- Multiple testing agents can run simultaneously for concurrent validation
🚀 System Status
- Testing Agent Workflow: Task completion → Automatic testing agent launch → Comprehensive validation → Feedback to original agent
- URI Access: All @ mention resources accessible with proper formatting
- Database Operations: Stable with proper schema compatibility
- Multi-Agent Coordination: Enhanced with proper testing validation pipeline
v4.20.0 - Comprehensive Testing System
🚀 Agent-MCP v4.20.0
Major Testing System Overhaul
This release introduces a comprehensive testing task system that gives testing agents full visibility into the work done by original agents.
✨ Key Features
🔍 Testing Task System
- Testing agents now receive dedicated testing tasks with complete audit information
- Full access to all subtasks, context changes, and file modifications
- Detailed agent action logs and work history
- Comprehensive audit reports for validation
📊 What Testing Agents Can Now Access
- Subtasks: All tasks created by the original agent
- Context: Every context entry modified during work
- Files: Complete list of changed files with notes
- Actions: Full log of agent actions taken
- History: Complete work timeline and audit trail
🛠️ Technical Implementation
- New
testingTasks.tsmodule with audit tools - Enhanced testing agent launch workflow
- Improved testing agent prompts with task-based access
- Integration with existing task management system
🎯 Benefits
- Testing agents can properly validate all implementations
- Full transparency into what was changed
- Better test coverage through comprehensive access
- Eliminates blind spots in testing validation
📦 Installation
Clone and install from GitHub:
git clone https://github.com/rinadelph/Agent-MCP.git
cd Agent-MCP/agent-mcp-node
npm install
npm run buildOr install directly from GitHub:
npm install github:rinadelph/Agent-MCP#v4.20.0🔧 Usage
Testing agents are automatically launched with comprehensive testing tasks when an agent completes work. The testing task contains all necessary information for thorough validation.
🚀 Quick Start
# After installation, run the server
npm start
# Or with development mode
npm run devFull Changelog: v4.0.0...v4.20.0