Skip to content

Commit e16fd35

Browse files
a-akimovAlex.Akimov
andauthored
Added the description for the version field (modelcontextprotocol#1609)
* Added the description for the version field * Fix the formatting issue --------- Co-authored-by: Alex.Akimov <alex.akimov@monite.com>
1 parent 57d99a1 commit e16fd35

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/specification/draft/schema.mdx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,9 @@ export interface BaseMetadata {
750750
* @category `initialize`
751751
*/
752752
export interface Implementation extends BaseMetadata, Icons {
753+
/**
754+
* The version of this implementation.
755+
*/
753756
version: string;
754757

755758
/**

0 commit comments

Comments
 (0)