NAME

MCP::Server::KnowledgeStore::Tools::Agent - The agent MCP tools, as an MCP::Server::KnowledgeStore::Tools plugin

VERSION

version 0.001

SYNOPSIS

use MCP::Server::KnowledgeStore::Tools::Agent;

MCP::Server::KnowledgeStore::Tools::Agent->register($mcp_server, $store);

DESCRIPTION

A MCP::Server::KnowledgeStore::Tools plugin registering list_agents, get_agent, save_agent, tag_agent and untag_agent against a MCP::Server::KnowledgeStore::Store. Agent definitions are stored as opaque blobs, global by name (not scoped to one project the way a spec is) - see "agents" in MCP::Server::KnowledgeStore::Store. Which projects an agent suits is the same many-to-many tag idea as memory/skill, not a copy per project.

METHODS

register

MCP::Server::KnowledgeStore::Tools::Agent->register($server, $store);

Adds this plugin's tools to $server (an MCP::Server), backed by $store. Called by "build" in MCP::Server::KnowledgeStore::Tools for every installed plugin - not normally called directly.

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Wesley Schwengle.

This is free software, licensed under:

The (three-clause) BSD License