m954/agent-context
v0.4.0
Share in one reviewed action; recipients read a portable handoff without this plugin, or choose reviewed native import.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
agent-contextstdio
{
"type": "stdio",
"command": "node",
"args": [
"-e",
"require(require('node:path').join(process.env.PLUGIN_ROOT, 'src', 'mcp-server.js')).main().catch(()=>{process.stderr.write('AgentContext setup failed. Run npm ci in the plugin root and check local configuration.\\n');process.exitCode=1;})"
]
}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",
"name": "agent-context",
"version": "0.4.0",
"description": "Share in one reviewed action; recipients read a portable handoff without this plugin, or choose reviewed native import.",
"repository": "https://github.com/M954/AgentContextAcrossPlatform",
"keywords": ["copilot", "session-handoff", "onedrive", "sharepoint", "mcp"]
}