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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
Rails MCP Engine provides a unified tool-definition pipeline for Rails 8 applications. Service classes declare Sorbet-typed signatures and metadata once, and the engine auto-generates both RubyLLM and FastMCP tool classes at boot.
4
4
5
+
## Core Dependencies
6
+
7
+
This engine is built on top of two powerful libraries:
8
+
9
+
-**[RubyLLM](https://github.com/crmne/ruby_llm)**: For generating LLM-compatible tool definitions.
10
+
-**[FastMCP](https://github.com/yjacquin/fast-mcp)**: For creating Model Context Protocol (MCP) servers.
11
+
-**[Sorbet](https://github.com/sorbet/sorbet)**: For static type checking and signature definitions.
0 commit comments