@@ -28,8 +28,9 @@ authentication and usage settings. Each connection includes details like the
2828endpoint, headers, retry logic, and model configurations.
2929
30302 . [ ** Add MCP connections (optional)** ] ( #mcp-servers ) : Register
31- remote MCP server connections in the Lab so GraphChat can use tools, elicitations,
32- and samplings from those MCP servers to get additional context.
31+ remote MCP server connections in the Lab so GraphChat can use tools, prompts,
32+ resources, instructions, elicitations, and samplings from those MCP servers
33+ to get additional context.
3334
34353 . [ ** Create an agent** ] ( #create-an-agent ) : Create an agent that uses any of
3536the created LLM models and any number of registered MCP servers. You can also
@@ -330,8 +331,8 @@ GraphChat MCP integration supports:
330331* Elicitations
331332* Sampling
332333* Instructions
333- * Prompts ( * Coming soon * )
334- * Resources ( * Coming soon * )
334+ * Prompts
335+ * Resources
335336
336337<Callout type = " info" >
337338** Elicitation, sampling and instructions are supported from Lab 3.7.**
@@ -342,7 +343,14 @@ Agents will also use any **MCP instructions** provided by the server.
342343These instructions can guide the agent's behavior or responses
343344and are incorporated automatically whenever agent tools
344345from an MCP server are active.
346+ </Callout >
347+
348+ <Callout type = " info" >
349+ ** Prompts and resources are supported from Lab 3.8.**
345350
351+ Starting with Lab 3.8.0, GraphChat displays available
352+ prompts and resources from connected MCP servers, enabling
353+ you to incorporate them into your agentic workflows.
346354</Callout >
347355
348356![ mcp-servers-settings] ( /pages/data-visualization/features/graphchat/mcp-servers-settings.png )
@@ -425,6 +433,33 @@ you can follow along in real time.
425433
426434![ chat-response-tool-call] ( /pages/data-visualization/features/graphchat/llm-response-tool-run.png )
427435
436+ { <h4 className = " custom-header" >Prompts</h4 >}
437+
438+ Prompts are pre-built templates provided by your connected MCP
439+ servers that can be quickly used within GraphChat.
440+
441+ These templates make it faster and easier to form questions or
442+ run common operations by reusing best-practice prompt patterns,
443+ which saves time and helps ensure your inquiries are more precise
444+ and effective.
445+
446+ You can select a prompt from the available list and fill in the
447+ required details - or quickly open the prompt selection by
448+ typing ` / ` in the question input box—allowing you to get
449+ meaningful results with minimal effort.
450+
451+ { <h4 className = " custom-header" >Resources</h4 >}
452+
453+ Resources are additional supporting information or snippets
454+ contributed by your connected MCP servers. They can enrich the
455+ context of your questions and provide useful background or
456+ predefined inputs for the GraphChat agent.
457+
458+ You can browse available resources from your MCP servers and add
459+ them directly to your question, helping the agent generate even
460+ more relevant and accurate answers by leveraging specific examples,
461+ documentation, or configuration fragments.
462+
428463{ <h4 className = " custom-header" >Sampling (LLM interaction requests)</h4 >}
429464
430465Some MCP servers support ** sampling** requests, which let
@@ -436,6 +471,23 @@ approval before they are processed. This means you stay in
436471control, and your LLM connection can be harnessed for
437472advanced agent tasks, safely and transparently.
438473
474+ From ** Lab 3.8** onward, you can enable automatic approvals for
475+ sampling requests to streamline your workflow. When a sampling
476+ request appears, you will see options to:
477+
478+ - ** Approve in this conversation** : This approves all future sampling
479+ requests from that MCP server only within the current conversation
480+ thread.
481+ - ** Approve for this agent** : This approves any future sampling request
482+ from that MCP server across all conversation threads associated with
483+ the current agent.
484+
485+ If you choose to approve for an agent, you can always revisit the agent's
486+ settings later to turn automatic approval for sampling requests on or off
487+ for each connected MCP server. This gives you granular control, letting
488+ you change permissions at any time to suit your preferences and security
489+ requirements.
490+
439491![ chat-response-sampling] ( /pages/data-visualization/features/graphchat/llm-response-sampling.png )
440492
441493{ <h4 className = " custom-header" >Elicitation (Clarification requests)</h4 >}
0 commit comments