brandonh-msft/session-registry
v1.0.0
Capture, scan, publish, and share native AI agent sessions securely.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
session-registrystdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/dist/server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"SESSION_REGISTRY_API_URL": "https://sessionregistry.io"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"author": {
"name": "brandonh-msft",
"url": "https://github.com/brandonh-msft"
},
"name": "session-registry",
"version": "1.0.0",
"keywords": [
"sessions",
"publishing",
"collaboration",
"debugging",
"development"
],
"description": "Capture, scan, publish, and share native AI agent sessions securely.",
"homepage": "https://sessionregistry.io",
"repository": "https://github.com/brandonh-msft/plugin-session_registry"
}