Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions php/src/Mcp/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,15 @@ public function onConsole(ConsoleBooting $event): void
$event->middleware('mcp.quota', Middleware\CheckMcpQuota::class);
$event->middleware('mcp.dependencies', Middleware\ValidateToolDependencies::class);

$event->command(Console\Commands\McpAgentServerCommand::class);
$event->command(Console\Commands\PruneMetricsCommand::class);
$event->command(Console\Commands\VerifyAuditLogCommand::class);
}

public function onMcpTools(McpToolsRegistering $event): void
{
// MCP tool handlers will be registered here once extracted
// from the monolithic McpAgentServerCommand
// Nothing to register. The agent tool surface — plans, phases,
// sessions, state, content — belongs to dappcore/agent, which
// registers its own tools and now serves its own resources. This
// package holds the protocol, not the agent's domain.
}
}
Loading
Loading