yorishiro-server 0.12.1

HTTP server (REST + MCP) for Yorishiro, an MCP-native knowledge store
1
2
3
4
5
6
7
8
9
10
11
mod helpers;

mod auth;
mod entities;
mod export;
mod mcp;
mod members;
mod relations;
mod schemas;
mod whoami;
mod workspaces;