Skip to content

Commit 7a82bd4

Browse files
committed
Update lifecycle documentation examples with description field
1 parent a77a08c commit 7a82bd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
7373
"name": "ExampleClient",
7474
"title": "Example Client Display Name",
7575
"version": "1.0.0",
76+
"description": "An example MCP client application",
7677
"icons": [
7778
{
7879
"src": "https://example.com/icon.png",
@@ -111,6 +112,7 @@ The server **MUST** respond with its own capabilities and information:
111112
"name": "ExampleServer",
112113
"title": "Example Server Display Name",
113114
"version": "1.0.0",
115+
"description": "An example MCP server providing tools and resources",
114116
"icons": [
115117
{
116118
"src": "https://example.com/server-icon.svg",

0 commit comments

Comments
 (0)