decibel-tools-mcp 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
MCP server that gives AI assistants structured access to project intelligence: epics, issues, ADRs, experiments, roadmaps, and more.
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**108 tools** across 14 domains. Tested with Claude Desktop, Claude Code, and Cursor.
|
|
6
6
|
|
|
7
7
|
<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=decibel-tools&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImRlY2liZWwtdG9vbHMtbWNwIl19">
|
|
8
8
|
<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add to Cursor" height="32" />
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decibel-tools-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"bin": {
|
|
5
5
|
"decibel-tools-mcp": "dist/server.js"
|
|
6
6
|
},
|
|
7
|
-
"description": "MCP server
|
|
7
|
+
"description": "MCP server for project intelligence: epics, issues, ADRs, experiments, roadmaps, and more. 108 tools across 14 domains.",
|
|
8
8
|
"main": "dist/server.js",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"files": [
|