-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) 路 787 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) 路 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "active-mcp",
"version": "1.0.0",
"description": "A Ruby on Rails engine that provides [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) capabilities to Rails applications. This gem allows you to easily create and expose MCP-compatible tools from your Rails application.",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mcpt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moekiorg/active_mcp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moekiorg/active_mcp/issues"
},
"homepage": "https://github.com/moekiorg/active_mcp#readme",
"devDependencies": {
"mcp-testing-library": "^1.0.1"
}
}