Initial commit
This commit is contained in:
28
.mcp.json
Normal file
28
.mcp.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"gems-mcp": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@ruby-mcp/gems-mcp@latest",
|
||||
"--quotes",
|
||||
"double",
|
||||
"--root",
|
||||
"${CLAUDE_PLUGIN_ROOT}"
|
||||
],
|
||||
"description": "Ruby gems documentation and search"
|
||||
},
|
||||
"rails-mcp": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@ruby-mcp/rails-mcp@latest",
|
||||
"--root",
|
||||
"${CLAUDE_PLUGIN_ROOT}"
|
||||
],
|
||||
"description": "Rails-specific development tools and documentation"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user