mcp-cpp-server 0.2.2

A high-performance Model Context Protocol (MCP) server for C++ code analysis using clangd LSP integration
1
2
3
4
5
6
7
#ifndef MATH_H
#define MATH_H

int factorial(int n);
int gcd(int a, int b);

#endif // MATH_H