docs.rs failed to build yorishiro-server-0.50.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
yorishiro-server
HTTP server for Yorishiro, an MCP-native, multi-tenant knowledge store with user-defined schemas.
This crate is the HTTP layer: an axum router exposing yorishiro-core's domain logic through a REST API (with OpenAPI/Swagger UI) and an MCP server (Streamable HTTP), plus the admin CLI and the logging/configuration infrastructure.
A library, not a binary
This crate ships no binary. ee/crates/yorishiro-hosted provides the one the product ships (yorishiro-server), and it composes this crate's build_app with the paid features and the web UI. The admin CLI lives here and is reached through that binary: yorishiro-server admin ....
The dependency runs one way: this crate must not depend on ee/; ee/ depends on it.
License
Licensed under the Business Source License 1.1.