southesk 0.0.9

A Rust client library for the Montrose MCP API.
Documentation
1
2
3
4
5
6
7
8
// Copyright 2026 Thomas Axelsson
// SPDX-License-Identifier: MIT

//! Tools to interact with the raw MCP API.

pub use rmcp::model::JsonObject;
#[cfg(feature = "raw-api")]
pub use rmcp::object as json_object;