raps 3.8.0

🌼 RAPS (rapeseed) — Rust Autodesk Platform Services CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024-2025 Dmytro Yemelianov

//! MCP (Model Context Protocol) Server module
//!
//! Provides AI assistants with direct access to Autodesk Platform Services
//! through the Model Context Protocol. Enables natural language interaction
//! with APS APIs for buckets, objects, translation, projects, and more.

pub mod server;
pub mod tools;