Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 [YOUR NAME]
Copyright (c) 2025 Rust MCP Stack (rust-mcp-schema)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/generated_schema/2024_11_05/mcp_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///
/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
/// Hash : eb4abdf2bb91e0d5afd94510741eadd416982350
/// Generated at : 2025-03-22 09:38:48
/// Generated at : 2025-03-23 16:07:00
/// ----------------------------------------------------------------------------
///
/// MCP Protocol Version
Expand Down
4 changes: 2 additions & 2 deletions src/generated_schema/2024_11_05/schema_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ impl FromStr for ClientJsonrpcResponse {
#[serde(untagged)]
pub enum ResultFromClient {
ClientResult(ClientResult),
#[deprecated(since = "0.1.8", note = "Use `ClientResult::Result` with extra attributes instead.")]
/// **Deprecated**: Use `ClientResult::Result` with extra attributes instead.
CustomResult(serde_json::Value),
}

Expand Down Expand Up @@ -1075,7 +1075,7 @@ impl FromStr for ServerJsonrpcResponse {
#[serde(untagged)]
pub enum ResultFromServer {
ServerResult(ServerResult),
#[deprecated(since = "0.1.8", note = "Use `ServerResult::Result` with extra attributes instead.")]
/// **Deprecated**: Use `ServerResult::Result` with extra attributes instead.
CustomResult(serde_json::Value),
}

Expand Down
2 changes: 1 addition & 1 deletion src/generated_schema/draft/mcp_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///
/// Generated from : <https://github.com/modelcontextprotocol/specification.git>
/// Hash : eb4abdf2bb91e0d5afd94510741eadd416982350
/// Generated at : 2025-03-22 09:38:49
/// Generated at : 2025-03-23 16:07:01
/// ----------------------------------------------------------------------------
///
/// MCP Protocol Version
Expand Down
4 changes: 2 additions & 2 deletions src/generated_schema/draft/schema_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ impl FromStr for ClientJsonrpcResponse {
#[serde(untagged)]
pub enum ResultFromClient {
ClientResult(ClientResult),
#[deprecated(since = "0.1.8", note = "Use `ClientResult::Result` with extra attributes instead.")]
/// **Deprecated**: Use `ClientResult::Result` with extra attributes instead.
CustomResult(serde_json::Value),
}

Expand Down Expand Up @@ -1075,7 +1075,7 @@ impl FromStr for ServerJsonrpcResponse {
#[serde(untagged)]
pub enum ResultFromServer {
ServerResult(ServerResult),
#[deprecated(since = "0.1.8", note = "Use `ServerResult::Result` with extra attributes instead.")]
/// **Deprecated**: Use `ServerResult::Result` with extra attributes instead.
CustomResult(serde_json::Value),
}

Expand Down