Training small models on MCP tool capabilities? ๐ค Getting clean training data is harder than it should be ๐
The usual approach: ๐ Run each MCP server โ ๏ธ Extract schemas at runtime ๐จ Deal with security risks & dependencies
Better approach: ๐ Static analysis of .NET assemblies โ No code execution required ๐ Clean metadata extraction
Built McpExtract to do exactly this - analyzes assemblies instead of running potentially untrusted code. ๐ ๏ธ ๐ https://github.com/asklar/McpExtract
How are you handling MCP training data extraction? ๐