callio-mcp
v1.0.1
Published
Callio MCP Server — Give AI agents access to Callio's API catalog through the Model Context Protocol
Maintainers
Readme
Release notes & publish checklist for Callio MCP server
What this package provides
@hmadhsan/mcp— a tiny MCP server that proxies model calls to Callio's API gateway.
Pre-publish checklist
- Ensure package.json
versionis set appropriately (update semantic version). - Ensure
repository.urlpoints to the final repo andhomepageis correct. - Run tests locally:
node index.jsand smoke-check tools inmcp-server. - Build (if needed) and run
npm packto verify package contents. - Create a GitHub Release with the same version tag and release notes.
- Publish to npm (or GitHub Packages):
npm publish --access public(requires npm credentials).
After publishing
- Update
public/callio-cursor-mcp.jsonto point to the published package if you prefernpx callio-mcpornpx -y @hmadhsan/mcp.
Notes
- Publishing requires coordination; I will prepare the manifest and release notes, but you must run the
npm publishstep with your account.
