Skip to content

Commit 04e4348

Browse files
authored
Merge pull request modelcontextprotocol#303 from morinokami/add-instructions
Add `instructions` in initialize response
2 parents c5fd208 + b696598 commit 04e4348

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/specification/2025-03-26/basic/lifecycle.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ The server **MUST** respond with its own capabilities and information:
101101
"serverInfo": {
102102
"name": "ExampleServer",
103103
"version": "1.0.0"
104-
}
104+
},
105+
"instructions": "Optional instructions for the client"
105106
}
106107
}
107108
```

0 commit comments

Comments
 (0)