Skip to content

Commit a57fa30

Browse files
chore: fix name alias
1 parent 0fb7bfb commit a57fa30

File tree

1 file changed

+1
-1
lines changed
  • crates/turbomcp-protocol/src

1 file changed

+1
-1
lines changed

crates/turbomcp-protocol/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228

229229
// v3.0: Re-export turbomcp-core foundation types
230230
/// Re-export of turbomcp-core, the no_std foundation layer
231-
pub use turbomcp_core as core;
231+
pub use turbomcp_core as mcp_core;
232232

233233
// v3.0: McpError is THE error type - re-export at crate root
234234
pub use turbomcp_core::error::{ErrorContext as McpErrorContext, ErrorKind, McpError, McpResult};

0 commit comments

Comments
 (0)