Metadata-Version: 2.4
Name: jinni-server
Version: 0.1.1
Summary: Server component for Jinni (enables 'uvx jinni-server').
Project-URL: Homepage, https://github.com/smat-dev/jinni
Project-URL: Repository, https://github.com/smat-dev/jinni
Author-email: Solomon Matthews <dev@sdmatthews.com>
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: jinni>=0.1.0
Description-Content-Type: text/markdown

# Jinni Server Package

This package provides the `jinni-server` command-line entry point for the main `jinni` tool.

It allows running the Jinni MCP server via `uvx jinni-server` without needing to install the full `jinni` package first.

This package depends on the main `jinni` package, which contains the core functionality. Please refer to the main [jinni repository](https://github.com/smat-dev/jinni) for full documentation.