Skip to content

Commit 1537d68

Browse files
committed
doc: update readme
1 parent 2dbe0a1 commit 1537d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The MCP schemas in this repository are [automatically generated](#how-are-schema
1717

1818
- [Features](#features)
1919
- [How can this crate be used?](#how-can-this-crate-be-used)
20-
- [What is not included in this crate?](#warning-what-is-not-included-in-this-crate)
20+
- [What is not included in this crate?](#%EF%B8%8F-what-is-not-included-in-this-crate)
2121
- [Schema Versions](#schema-versions)
2222
- [Currently available versions](#currently-available-versions)
2323
- [How to switch between different schema versions?](#how-to-switch-between-different-schema-versions)
@@ -108,7 +108,7 @@ Using a customized version of [typify](https://github.com/oxidecomputer/typify),
108108

109109
The Rust implementations of the MCP schemas in this crate are automatically generated from the official MCP GitHub repository.
110110

111-
[schema_utils.rs](src/generated_schema/2024_11_05/schema_utils.rs) provides all the core structures and enums with serialization/deserialization support, allowing you to use them as needed and extend their functionality.
111+
[mcp_schema.rs](src/generated_schema/2024_11_05/mcp_schema.rs) provides all the core structures and enums with serialization/deserialization support, allowing you to use them as needed and extend their functionality.
112112

113113
To streamline development, improve compile-time type checking, and reduce the potential for errors, we’ve implemented utility types and functions that offer more strongly-typed objects and implementations, all without modifying the originally generated schema.
114114

@@ -118,7 +118,7 @@ Please refer to [schema_utils.rs](src/generated_schema/2024_11_05/schema_utils.r
118118

119119
> Using schema_utils is optional. It is enabled by default through the schema_utils Cargo feature and can be used from `rust_mcp_schema::schema_utils`.
120120
121-
> If you prefer not to use schema_utils, you can directly work with the enums and structs provided in schema.rs, adapting them to your needs and creating your own utility types and functions around them.
121+
> If you prefer not to use schema_utils, you can directly work with the enums and structs provided in [mcp_schema.rs](src/generated_schema/2024_11_05/mcp_schema.rs), adapting them to your needs and creating your own utility types and functions around them.
122122
123123
Visit [Usage Examples (Without `Using schema_utils`)](#usage-examples-without-utilizing-schema_utils) to see an alternative approach.
124124

0 commit comments

Comments
 (0)