code
Clone this repository
https://tangled.org/anil.recoil.org/ocaml-mcp
git@git.recoil.org:anil.recoil.org/ocaml-mcp
For self-hosted knots, clone URLs may differ based on your setup.
- Add logf, debugf, infof, warningf, and errorf functions that take format strings
- Keep original log functions for backward compatibility
- Update logging calls across the codebase to use format string versions
- Simplify code by removing unnecessary Printf.sprintf calls
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create a new Util submodule with common parsing utilities
- Refactor JSON parsing across various modules to use these utilities
- Improve error handling with more precise error messages
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update ocaml_eval_sdk.ml to use Mcp_rpc instead of Mcp_message
- Fix Tool.create_tool_result references in binary modules
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>