Metadata-Version: 2.4
Name: sonaloop-mcp
Version: 0.2.0
Summary: uvx-launchable shim for the Sonaloop MCP server — `uvx sonaloop-mcp` just works.
Project-URL: Homepage, https://github.com/jhoetter/sonaloop
Project-URL: Documentation, https://jhoetter.github.io/sonaloop-docs/
Author-email: Johannes Hötter <jt.hoetter@gmail.com>
License-Expression: MIT
Keywords: mcp,model-context-protocol,sonaloop
Requires-Python: >=3.11
Requires-Dist: sonaloop>=0.2.0
Description-Content-Type: text/markdown

# sonaloop-mcp

The one-sentence install shim for the [Sonaloop](https://github.com/jhoetter/sonaloop) MCP
server. It exists so the documented one-liner works verbatim with nothing but `uv` installed:

```bash
claude mcp add sonaloop -- uvx sonaloop-mcp
```

(uvx resolves the command name as a PyPI package name, so `uvx sonaloop-mcp` needs this
distribution; the actual server lives in the [`sonaloop`](https://pypi.org/project/sonaloop/)
package this depends on.)

Docs: <https://jhoetter.github.io/sonaloop-docs/getting-started/>
