Metadata-Version: 2.4
Name: khimaira-transport
Version: 0.1.0
Summary: Shared MCP + SSE transport helpers for khimaira (FastMCP bootstrap, SSE stream wrappers)
Project-URL: Homepage, https://github.com/fsocietydisobey/khimaira
Project-URL: Repository, https://github.com/fsocietydisobey/khimaira
Project-URL: Issues, https://github.com/fsocietydisobey/khimaira/issues
Author: fsocietydisobey
License: MIT
Keywords: khimaira,mcp,sse,transport
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: fastmcp>=2.0
Requires-Dist: sse-starlette>=2.1
Description-Content-Type: text/markdown

# khimaira-transport

Shared MCP + SSE transport helpers used across the khimaira workspace.
FastMCP bootstrap utilities + Server-Sent Events stream helpers for the
khimaira-monitor daemon.

This package is internal infrastructure. **Most users should install
`khimaira` directly** (`pip install khimaira` or `uvx --from
git+https://github.com/fsocietydisobey/khimaira khimaira bootstrap`),
which pulls this in transitively.

See [github.com/fsocietydisobey/khimaira](https://github.com/fsocietydisobey/khimaira)
for the parent project.

## License

MIT.
