do-memory-mcp 0.1.29

Model Context Protocol (MCP) server for AI agents
Documentation
1
2
3
4
5
6
7
8
//! External signal provider configuration tool handlers for MCP server
//!
//! This module provides tools for configuring external signal providers
//! like AgentFS that feed into the reward system.

pub mod configure_agentfs;
pub mod status;
pub mod test_connection;