Skip to content

Commit 21cb061

Browse files
authored
Merge pull request modelcontextprotocol#1784 from olaservo/add-spec-link-for-instructions
Add spec link to server instructions blog post
2 parents 2e9b7b5 + 4ee1ba6 commit 21cb061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/content/posts/2025-11-03-using-server-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It's like having a pile of notes on my garage workbench, each trying to explain
3838

3939
Similarly, for global instructions that you want the LLM to follow, it's best to inject them into the model's system prompt instead of including them in multiple tool descriptions or standalone prompts.
4040

41-
This is where **server instructions** come in. Server instructions give the server a way to inject information that the LLM should always read in order to understand how to use the server - independent of individual prompts, tools, or messages.
41+
This is where **server instructions** come in. [Server instructions](https://modelcontextprotocol.io/specification/draft/schema#initializeresult) give the server a way to inject information that the LLM should always read in order to understand how to use the server - independent of individual prompts, tools, or messages.
4242

4343
### A Note on Implementation Variability
4444

0 commit comments

Comments
 (0)