@reventlessdev/rescript-mcp-sdk
v1.0.0-alpha.18
Published
ReScript bindings for @modelcontextprotocol/sdk
Readme
@reventlessdev/rescript-mcp-sdk
⚠️ Alpha. APIs can change without notice between releases. Pin exact versions and expect breaking changes.
ReScript bindings for @modelcontextprotocol/sdk, used across the Reventless framework. It binds @modelcontextprotocol/sdk ^1.29.0 (bundled dependency).
Install
pnpm add @reventlessdev/rescript-mcp-sdkThen register it as a ReScript dependency in rescript.json:
{
"dependencies": ["@reventlessdev/rescript-mcp-sdk"]
}Requires ReScript ^12.3.0 (peer dependency).
Usage
The bindings are exposed as ReScript modules:
McpSdk— bindings for@modelcontextprotocol/sdk.McpSdk_Helpers— convenience helpers over the SDK bindings.
Links
- 📚 Documentation — docs.reventless.dev
- 📦 Repository — ReventlessDev/reventless-core
- 📋 Changelog
- 🔗 Upstream —
@modelcontextprotocol/sdk
