rudof_mcp 0.3.21

RDF and Knowledge Graphs processing tool
1
2
3
4
5
6
7
8
9
10
11
//! Test suite for the Rudof MCP server.
//!
//! This module contains integration tests for:
//! - Server capabilities (tools, prompts, resources)
//! - Service initialization and handlers

#[cfg(not(target_family = "wasm"))]
mod capabilities_tests;

#[cfg(not(target_family = "wasm"))]
mod service_tests;