Skip to content

Commit e3e67aa

Browse files
committed
[Docs] Fix broken list rendering of Instrumentation in the README
This PR fixes the broken rendering of the following list: https://github.com/modelcontextprotocol/ruby-sdk/tree/v0.2.0?tab=readme-ov-file#instrumentation
1 parent 06bf90d commit e3e67aa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,13 @@ end
541541
```
542542

543543
The data contains the following keys:
544-
`method`: the method called, e.g. `ping`, `tools/list`, `tools/call` etc
545-
`tool_name`: the name of the tool called
546-
`prompt_name`: the name of the prompt called
547-
`resource_uri`: the uri of the resource called
548-
`error`: if looking up tools/prompts etc failed, e.g. `tool_not_found`
549-
`duration`: the duration of the call in seconds
544+
545+
- `method`: the method called, e.g. `ping`, `tools/list`, `tools/call` etc
546+
- `tool_name`: the name of the tool called
547+
- `prompt_name`: the name of the prompt called
548+
- `resource_uri`: the uri of the resource called
549+
- `error`: if looking up tools/prompts etc failed, e.g. `tool_not_found`
550+
- `duration`: the duration of the call in seconds
550551

551552
`tool_name`, `prompt_name` and `resource_uri` are only populated if a matching handler is registered.
552553
This is to avoid potential issues with metric cardinality

0 commit comments

Comments
 (0)