decibel-tools-mcp 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
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
- **108 tools** across 14 domains. Tested with Claude Desktop, Claude Code, and Cursor.
5
+ **108 tools** across 14 domains. Tested with Claude Desktop, Claude Code, and Cursor. [Learn more →](https://decibel.systems/tools)
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" />
@@ -351,4 +351,4 @@ These optional integrations are clearly marked with `openWorldHint: true` in the
351
351
 
352
352
  ## License
353
353
 
354
- MIT - Decibel Systems
354
+ MIT - [Decibel Systems](https://decibel.systems)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decibel-tools-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "bin": {
5
5
  "decibel-tools-mcp": "dist/server.js"
6
6
  },