Skip to content

Commit 4529904

Browse files
authored
Fix minor issues in design.md (#158)
design.md: minor fixes
1 parent a911cd0 commit 4529904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ server.AddReceivingMiddleware(withLogging)
471471
472472
#### Rate Limiting
473473
474-
Rate limiting can be configured using middleware. Please see [examples/rate-limiting](<https://github.com/modelcontextprotocol/go-sdk/tree/main/examples/rate-limiting>] for an example on how to implement this.
474+
Rate limiting can be configured using middleware. Please see [examples/rate-limiting](<https://github.com/modelcontextprotocol/go-sdk/tree/main/examples/rate-limiting>) for an example on how to implement this.
475475
476476
### Errors
477477
@@ -609,7 +609,7 @@ A tool handler accepts `CallToolParams` and returns a `CallToolResult`. However,
609609
```go
610610
type CallToolParamsFor[In any] struct {
611611
Meta Meta `json:"_meta,omitempty"`
612-
Arguments In `json:"arguments,omitempty"`
612+
Arguments In `json:"arguments,omitempty"`
613613
Name string `json:"name"`
614614
}
615615

0 commit comments

Comments
 (0)