Skip to content

Commit 6f00346

Browse files
authored
Update McpServerInstructionTests.cs
1 parent 37252a9 commit 6f00346

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/Mcp.Remote.Tests/McpServerInstructionTests.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ public void PublicProfile_ComposesExactInstructions()
9999
var instructions = McpServerProfile.Public.ComposeServerInstructions();
100100

101101
var expected = """
102-
Use this server to search, retrieve, analyze, and author Elastic product documentation published at elastic.co/docs.
102+
Use this server to search, retrieve, analyze, and author user-facing Elastic product documentation published at elastic.co/docs.
103103
104104
<triggers>
105105
Use the server when the user:
106-
- Wants to find, read, or verify existing documentation pages.
106+
- Wants to find, read, or verify existing product documentation pages.
107107
- Needs to check whether a topic is already documented or how it is covered.
108108
- References documentation URLs or Elastic product names such as Elasticsearch, Kibana, Fleet, APM, Logstash, Beats, Elastic Security, Elastic Observability, or Elastic Cloud.
109109
- Asks about documentation structure, coherence, or inconsistencies across pages.
110-
- Mentions cross-links between documentation repositories (e.g. 'docs-content://path/to/page.md').
110+
- Mentions cross-links between public documentation repositories (e.g. 'docs-content://path/to/page.md').
111111
- Is writing or editing documentation and needs to find related content or check consistency.
112112
- Wants to generate documentation templates following Elastic's content type guidelines.
113113
</triggers>
@@ -131,12 +131,12 @@ public void InternalProfile_ComposesExactInstructions()
131131
var instructions = McpServerProfile.Internal.ComposeServerInstructions();
132132

133133
var expected = """
134-
Use this server to search and retrieve Elastic Internal Docs: team processes, run books, architecture, and other internal knowledge.
134+
Use this authenticated server to search and retrieve private Elastic Internal Docs: team processes, run books, architecture, and other internal knowledge.
135135
136136
<triggers>
137-
Use the server when the user:
138-
- Wants to find, read, or verify existing documentation pages.
139-
- Needs to check whether a topic is already documented or how it is covered.
137+
Use the internal docs server when the user:
138+
- Wants to find, read, or verify existing internal documentation pages.
139+
- Needs to check whether a topic is already documented or how it is covered in the internal documentation.
140140
- References documentation URLs or Elastic product names such as Elasticsearch, Kibana, Fleet, APM, Logstash, Beats, Elastic Security, Elastic Observability, or Elastic Cloud.
141141
</triggers>
142142

0 commit comments

Comments
 (0)