Skip to main content
Glama

MCP Memory Server

by keleshteri

set_file_approval

Assign approval status to specified files using designated approval types and approver details. Facilitates tracking and managing file workflows within MCP Memory Server for secure coding session oversight.

Instructions

Set approval status for a file

Input Schema

NameRequiredDescriptionDefault
approvalTypeYes
approvedByYesWho approved it
filePathYesPath to the file

Input Schema (JSON Schema)

{ "properties": { "approvalType": { "enum": [ "devApproved", "codeReviewApproved", "qaApproved" ], "type": "string" }, "approvedBy": { "description": "Who approved it", "type": "string" }, "filePath": { "description": "Path to the file", "type": "string" } }, "required": [ "filePath", "approvalType", "approvedBy" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keleshteri/mcp-memory'

If you have feedback or need assistance with the MCP directory API, please join our Discord server