Skip to content

Commit 0f9cb08

Browse files
committed
patch up sizing
1 parent 9ed51ff commit 0f9cb08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ $ ruby examples/stdio_server.rb
206206
{"jsonrpc":"2.0","id":"2","method":"tools/list"}
207207
```
208208

209-
## Configuration
209+
### Configuration
210210

211211
The gem can be configured using the `MCP.configure` block:
212212

@@ -352,7 +352,7 @@ When an exception occurs:
352352

353353
If no exception reporter is configured, a default no-op reporter is used that silently ignores exceptions.
354354

355-
## Tools
355+
### Tools
356356

357357
MCP spec includes [Tools](https://modelcontextprotocol.io/docs/concepts/tools) which provide functionality to LLM apps.
358358

@@ -415,7 +415,7 @@ Tools can include annotations that provide additional metadata about their behav
415415

416416
Annotations can be set either through the class definition using the `annotations` class method or when defining a tool using the `define` method.
417417

418-
## Prompts
418+
### Prompts
419419

420420
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.
421421

@@ -538,7 +538,7 @@ The data contains the following keys:
538538
`tool_name`, `prompt_name` and `resource_uri` are only populated if a matching handler is registered.
539539
This is to avoid potential issues with metric cardinality
540540

541-
## Resources
541+
### Resources
542542

543543
MCP spec includes [Resources](https://modelcontextprotocol.io/docs/concepts/resources)
544544

0 commit comments

Comments
 (0)