southesk 0.0.9

A Rust client library for the Montrose MCP API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>OAuth Success</title>
    <style>
    </style>
</head>

<body>
    <h1>Authorization Success</h1>
    <p>You have successfully authorized the MCP client. You can now close this window and return to the application.</p>
</body>

</html>