FileScopeMCP

by admica
Verified

set_file_summary

Define concise summaries for specific files in your codebase to improve understanding and navigation of code structure. Easily update file paths and summary text efficiently.

Instructions

Set the summary of a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesThe path to the file to update
summaryYesThe summary text to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filepath": { "description": "The path to the file to update", "type": "string" }, "summary": { "description": "The summary text to set", "type": "string" } }, "required": [ "filepath", "summary" ], "type": "object" }
ID: mcrren8xsa