We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77a08c commit 7a82bd4Copy full SHA for 7a82bd4
docs/specification/draft/basic/lifecycle.mdx
@@ -73,6 +73,7 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
73
"name": "ExampleClient",
74
"title": "Example Client Display Name",
75
"version": "1.0.0",
76
+ "description": "An example MCP client application",
77
"icons": [
78
{
79
"src": "https://example.com/icon.png",
@@ -111,6 +112,7 @@ The server **MUST** respond with its own capabilities and information:
111
112
"name": "ExampleServer",
113
"title": "Example Server Display Name",
114
115
+ "description": "An example MCP server providing tools and resources",
116
117
118
"src": "https://example.com/server-icon.svg",
0 commit comments