Skip to content

Commit 14ef006

Browse files
authored
Merge pull request #182 from koic/update_agents_md
Update AGENTS.md
2 parents 11aea51 + 056b0a6 commit 14ef006

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

AGENTS.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the official Ruby SDK for the Model Context Protocol (MCP), implementing
88

99
- Ruby 3.2.0+ required
1010
- Run `bundle install` to install dependencies
11-
- Dependencies: `json_rpc_handler` ~> 0.1, `json-schema` >= 4.1
11+
- Dependencies: `json-schema` >= 4.1 - Schema validation
1212

1313
## Build and test commands
1414

@@ -100,12 +100,6 @@ This is the official Ruby SDK for the Model Context Protocol (MCP), implementing
100100
- `server_context` hash passed through tool/prompt calls for request-specific data
101101
- Methods can accept `server_context:` keyword argument for accessing context
102102

103-
### Dependencies
104-
105-
- `json_rpc_handler` ~> 0.1 - JSON-RPC 2.0 message handling
106-
- `json-schema` >= 4.1 - Schema validation
107-
- Ruby 3.2.0+ required
108-
109103
### Integration patterns
110104

111105
- **Rails controllers**: Use `server.handle_json(request.body.read)` for HTTP endpoints
@@ -116,4 +110,4 @@ This is the official Ruby SDK for the Model Context Protocol (MCP), implementing
116110

117111
1. **Class inheritance**: `class MyTool < MCP::Tool`
118112
2. **Define methods**: `MCP::Tool.define(name: "my_tool") { ... }`
119-
3. **Server registration**: `server.define_tool(name: "my_tool") { ... }`
113+
3. **Server registration**: `server.define_tool(name: "my_tool") { ... }`

0 commit comments

Comments
 (0)