概要
Cf is a Model Context Protocol (MCP) server designed to provide comprehensive documentation tools specifically for the Cute Framework, a C/C++ 2D game framework. It automates the process of creating documentation by indexing project header files and extracting valuable information from comments. The server offers a convenient search functionality, allowing users to quickly locate structs, classes, functions, and other elements within the generated documentation. It supports two distinct operational modes: STDIO for seamless integration with CLI tools and desktop applications, and HTTP, which provides a web interface and an MCP endpoint for browser-based access.