-
Notifications
You must be signed in to change notification settings - Fork 4
Session Tools
Alessio Rocchi edited this page Jan 27, 2026
·
1 revision
4 MCP tools for session management.
Create a new session.
Input:
{
"metadata": {
"project": "user-auth",
"goal": "Implement authentication"
}
}Output:
{
"success": true,
"session": {
"id": "uuid",
"status": "active",
"startedAt": "2026-01-27T..."
}
}End an active session.
Input:
{
"sessionId": "session-id"
}Get session information.
Input:
{
"sessionId": "session-id"
}List all active sessions.
Output:
{
"sessions": [...],
"count": 2
}Related:
Getting Started
Core Concepts
Agent Guides
- Overview
- Coder
- Researcher
- Tester
- Reviewer
- Adversarial
- Architect
- Coordinator
- Analyst
- DevOps
- Documentation
- Security Auditor
MCP Tools
- Overview
- Agent Tools
- Memory Tools
- Task Tools
- Session Tools
- System Tools
- GitHub Tools
- Review Loop Tools
- Identity Tools
Recipes
- Index
- Code Review
- Doc Sync
- Multi-Agent
- Adversarial Testing
- Full-Stack Feature
- Memory Patterns
- GitHub Integration
Advanced
- Plugin Development
- Custom Agent Types
- Workflow Engine
- Vector Search Setup
- Web Dashboard
- Programmatic API
- Resource Monitoring
Reference