You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gem can be configured using the `MCP.configure` block:
212
212
@@ -352,7 +352,7 @@ When an exception occurs:
352
352
353
353
If no exception reporter is configured, a default no-op reporter is used that silently ignores exceptions.
354
354
355
-
## Tools
355
+
###Tools
356
356
357
357
MCP spec includes [Tools](https://modelcontextprotocol.io/docs/concepts/tools) which provide functionality to LLM apps.
358
358
@@ -415,7 +415,7 @@ Tools can include annotations that provide additional metadata about their behav
415
415
416
416
Annotations can be set either through the class definition using the `annotations` class method or when defining a tool using the `define` method.
417
417
418
-
## Prompts
418
+
###Prompts
419
419
420
420
MCP spec includes [Prompts](https://modelcontextprotocol.io/docs/concepts/prompts), which enable servers to define reusable prompt templates and workflows that clients can easily surface to users and LLMs.
421
421
@@ -538,7 +538,7 @@ The data contains the following keys:
538
538
`tool_name`, `prompt_name` and `resource_uri` are only populated if a matching handler is registered.
539
539
This is to avoid potential issues with metric cardinality
540
540
541
-
## Resources
541
+
###Resources
542
542
543
543
MCP spec includes [Resources](https://modelcontextprotocol.io/docs/concepts/resources)
0 commit comments