Open-source SDKs and CLI for Spanly — observability for MCP (Model Context Protocol) servers and AI agents.
This repository contains three independently versioned and published artifacts:
| Path | Package | Install |
|---|---|---|
js/ |
@spanly/sdk (npm) |
npm install @spanly/sdk |
python/ |
spanly (PyPI) |
pip install spanly |
cli/ |
@spanly/spanly / Homebrew |
npx -y @spanly/spanly run -- <mcp-command> |
npm install @spanly/sdkpip install spanly# via npm (recommended for MCP client configs)
npx -y @spanly/spanly run -- <your-mcp-command>
# or via Homebrew
brew install spanly/tap/spanlySee each subdirectory's README for usage details.
Issues and pull requests are welcome — please read CONTRIBUTING.md first. This repository is a mirror of an internal monorepo; the contribution flow is slightly different from a typical repo, and CONTRIBUTING explains it.