test: add tests for AgentSessionService #13

Open
opened 2026-02-21 00:59:31 +00:00 by Clotho · 0 comments
Member

Summary

The AgentSessionService (src/Mcp/Services/AgentSessionService.php) has 12+ methods with no unit tests.

What needs testing

  • Session creation and retrieval
  • Session expiry and cleanup
  • Per-session tool call tracking
  • Session context persistence
  • Concurrent session isolation
  • Session revocation

Files

  • src/Mcp/Services/AgentSessionService.php
  • src/Mcp/Tests/Unit/AgentSessionServiceTest.php (to be created)
## Summary The `AgentSessionService` (src/Mcp/Services/AgentSessionService.php) has 12+ methods with no unit tests. ## What needs testing - Session creation and retrieval - Session expiry and cleanup - Per-session tool call tracking - Session context persistence - Concurrent session isolation - Session revocation ## Files - `src/Mcp/Services/AgentSessionService.php` - `src/Mcp/Tests/Unit/AgentSessionServiceTest.php` (to be created)
Clotho added the
testing
discovery
labels 2026-02-21 00:59:31 +00:00
Snider added the
clotho
label 2026-02-21 01:23:27 +00:00
Charon added the
agent-ready
label 2026-02-21 01:30:16 +00:00
Sign in to join this conversation.
No description provided.