NAME

MCP::Server::KnowledgeStore::Command::token - Manage the agent tokens that authenticate /mcp

VERSION

version 0.001

SYNOPSIS

./bin/mcp-ks token list
./bin/mcp-ks token add 'claude-code machine-a'
./bin/mcp-ks token revoke 'claude-code machine-a'

DESCRIPTION

Mint, list and revoke the tokens agents use to authenticate against /mcp. There is no web interface for this yet, so this command is how credentials are managed.

ATTRIBUTES

description / usage

Inherited from Mojolicious::Command.

METHODS

run

$command->run(@ARGV);

Dispatches to list, add or revoke.

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