package
0.5.0
Repository: https://github.com/megagrindstone/go-mcp.git
Documentation: pkg.go.dev

# Functions

NewServer creates a new filesystem MCP server that provides access to files under the specified root directory.

# Structs

CreateDirectoryArgs is an argument struct for the create_directory tool.
DirectoryTreeArgs is an argument struct for the directory_tree tool.
EditFileArgs is an argument struct for the edit_file tool.
EditOperation is a struct representing an edit operation.
GetFileInfoArgs is an argument struct for the get_file_info tool.
ListDirectoryArgs is an argument struct for the list_directory tool.
MoveFileArgs is an argument struct for the move_file tool.
ReadFileArgs is an argument struct for the read_file tool.
ReadMultipleFilesArgs is an argument struct for the read_multiple_files tool.
SearchFilesArgs is an argument struct for the search_files tool.
Server implements the Model Context Protocol (MCP) for filesystem operations.
WriteFileArgs is an argument struct for the write_file tool.