mirror of
https://gitea.ingwaz.work/Ingwaz/openbrain-mcp.git
synced 2026-06-16 06:17:08 +00:00
Scope memories by API token and add shared-token e2e coverage
This commit is contained in:
@@ -17,7 +17,10 @@ async fn main() -> Result<()> {
|
||||
.with(tracing_subscriber::fmt::layer())
|
||||
.init();
|
||||
|
||||
info!("Starting OpenBrain MCP Server v{}", env!("CARGO_PKG_VERSION"));
|
||||
info!(
|
||||
"Starting OpenBrain MCP Server v{}",
|
||||
env!("CARGO_PKG_VERSION")
|
||||
);
|
||||
|
||||
// Load configuration
|
||||
let config = Config::load()?;
|
||||
|
||||
Reference in New Issue
Block a user