-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Great server, it had been working great but recent version has head_file listed twice in tools/list and no tail_file.
Looks like src/tools/tail_file.rs has the head_file metadata in it
// head_file
#[mcp_tool(
name = "head_file",
title="Head file",
description = concat!("Reads and returns the last N lines of a text file.",
"This is useful for quickly previewing file contents without loading the entire file into memory.",
"If the file has fewer than N lines, the entire file will be returned.",
"Only works within allowed directories."),
destructive_hint = false,
idempotent_hint = false,
open_world_hint = false,
read_only_hint = true
)]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working