@hanhnd/agent-kit
v1.0.41
Published
Agent Kit MCP server for software development agent workflows
Readme
Agent Kit MCP Server
This package contains the Agent Kit MCP server used by the Agent Kit plugin manifests.
Install
npm install -g @hanhnd/agent-kitOr run it without a global install:
npx -y @hanhnd/agent-kit@latestMCP Configuration
Claude Code and Codex plugin manifests already use this package:
{
"kit-agents": {
"command": "npx",
"args": ["-y", "@hanhnd/agent-kit@latest"]
}
}Development
From the repository root:
npm install
npm run build --workspace @hanhnd/agent-kitFrom this directory:
npm run buildThe source lives in src/ and the published binary is dist/kit-server.js.
Publishing
Publish the MCP package from the repository root:
npm run publish:mcpThat script runs npm publish --workspace @hanhnd/agent-kit, so npm publishes this mcp/ package instead of the plugin bundle under plugins/agent-kit.
