Fix: Typos in openmemory MCP tool description (#2793)
This commit is contained in:
@@ -38,7 +38,7 @@ mcp_router = APIRouter(prefix="/mcp")
|
|||||||
# Initialize SSE transport
|
# Initialize SSE transport
|
||||||
sse = SseServerTransport("/mcp/messages/")
|
sse = SseServerTransport("/mcp/messages/")
|
||||||
|
|
||||||
@mcp.tool(description="Add a new memory. This method is called everytime the user informs anything about themselves, their preferences, or anything that has any relevent information whcih can be useful in the future conversation. This can also be called when the user asks you to remember something.")
|
@mcp.tool(description="Add a new memory. This method is called everytime the user informs anything about themselves, their preferences, or anything that has any relevant information which can be useful in the future conversation. This can also be called when the user asks you to remember something.")
|
||||||
async def add_memories(text: str) -> str:
|
async def add_memories(text: str) -> str:
|
||||||
uid = user_id_var.get(None)
|
uid = user_id_var.get(None)
|
||||||
client_name = client_name_var.get(None)
|
client_name = client_name_var.get(None)
|
||||||
|
|||||||
Reference in New Issue
Block a user