zhangzs/MCP_Client_Server
3.2
If you are the rightful owner of MCP_Client_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This document provides a comprehensive guide to building a Model Context Protocol (MCP) server and client for AI assistants, focusing on file system operations.
Tools
Functions exposed to the LLM to take actions
read_file
Reads the content of a file.
write_file
Writes content to a file, overwriting existing content.
list_files
Lists all files and directories in a specified path.
create_file
Creates a new file and writes initial content to it.
delete_file
Deletes a specified file.
rename_file
Renames or moves a file to a new path.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client