npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

acp-inspector

v0.0.4

Published

A visual testing and debugging tool for Agent Client Protocol (ACP) servers and agents

Readme

ACP Inspector

⚠️ Under Active Development – This project is in early development. Features and documentation are being actively built. Star and watch this repository to stay updated on progress.

A visual testing and debugging tool for Agent Client Protocol (ACP) servers and agents, similar to the MCP Inspector for Model Context Protocol.

Overview

ACP Inspector provides a developer-friendly interface for testing, debugging, and inspecting Agent Client Protocol implementations. Whether you're building ACP agents, integrating ACP into editors, or debugging agent-client communication, this tool helps you understand and validate the protocol flow.

What is Agent Client Protocol?

The Agent Client Protocol (ACP) is an open protocol for communication between AI coding agents and code editors. Created by Zed, ACP enables portable, interoperable AI agent experiences across different editors and IDEs.

Planned Features

  • 🔌 Connection Testing – Connect to ACP agents over stdio and other transports
  • 🔍 Session Management – Initialize, authenticate, and manage ACP sessions
  • 📨 Message Inspector – View and analyze JSON-RPC messages in real-time
  • 🛠️ Interactive Testing – Send prompts, approve permissions, and test tool calls
  • 📊 Traffic Logging – Capture, save, and replay ACP communication for debugging
  • Schema Validation – Verify compliance with ACP specification
  • 🎨 Web-based UI – Modern, browser-based interface for easy access

Motivation

While the Model Context Protocol has excellent developer tooling (MCP Inspector), the Agent Client Protocol ecosystem currently lacks a comprehensive, standalone debugging tool. This project aims to fill that gap and accelerate ACP adoption by making it easier to build and test ACP implementations.

Roadmap

Phase 1: Core Infrastructure (In Progress)

  • [ ] Set up project structure
  • [ ] Integrate ACP TypeScript SDK
  • [ ] Build basic stdio transport connection
  • [ ] Create proxy server architecture

Phase 2: Basic Inspector UI

  • [ ] Web-based UI with React
  • [ ] Connection management interface
  • [ ] Message log viewer
  • [ ] Session state display

Phase 3: Advanced Features

  • [ ] Interactive prompt testing
  • [ ] Tool call simulation
  • [ ] Traffic capture and replay
  • [ ] Schema validation
  • [ ] Support for additional transports

Phase 4: Polish & Documentation

  • [ ] Comprehensive documentation
  • [ ] Usage examples
  • [ ] Video tutorials
  • [ ] Performance optimization

Technology Stack

  • Frontend: React, TypeScript
  • Backend: Node.js, TypeScript
  • ACP SDK: @agentclientprotocol/sdk
  • Protocol: JSON-RPC 2.0 over stdio (initially)

Contributing

Contributions are welcome! This is a community-driven project, and we'd love your help building the best ACP debugging experience.

How to contribute:

  • 🐛 Report bugs and issues
  • 💡 Suggest features and improvements
  • 📖 Improve documentation
  • 🔨 Submit pull requests

Please note that this project is just getting started. Check back soon for contribution guidelines and development setup instructions.

Related Projects

Community

License

MIT License – See LICENSE file for details

Acknowledgments

Inspired by the excellent MCP Inspector and the work of the Agent Client Protocol community. Special thanks to the Zed team for creating and open-sourcing ACP.


Status: 🚧 Early Development | Looking for Contributors: Yes | First Release: TBD

⭐ Star this repository to follow development progress!