Skip to content

Commit 4026d36

Browse files
author
Ross Armstrong
committed
chore: update references to decibri org after transfer
- Update server.json name and repository URL to decibri org - Update package.json mcpName to decibri namespace - Update package.json author, repository.url, homepage to decibri - Update README license badge href to decibri org - Remove AIM brand badge from README - Update README copyright to Decibri (matches LICENSE)
1 parent c0a4dca commit 4026d36

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Microphone capture and speech-to-text tools for MCP-compatible agents.
1313
<td><strong>Meta</strong></td>
1414
<td>
1515
<a href="https://www.npmjs.com/package/mcp-listen"><img src="https://img.shields.io/npm/v/mcp-listen" alt="npm version"></a>&nbsp;
16-
<a href="https://github.com/analyticsinmotion/mcp-listen/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 License"></a>&nbsp;
17-
<a href="https://github.com/analyticsinmotion"><img src="https://github.com/user-attachments/assets/616c530f-cf2a-4f26-8f6c-7397be513847" alt="Analytics in Motion" width="137" height="20"></a>
16+
<a href="https://github.com/decibri/mcp-listen/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 License"></a>&nbsp;
1817
</td>
1918
</tr>
2019
<tr>
@@ -206,4 +205,4 @@ The whisper model file must be downloaded before first use. See [Whisper Model S
206205

207206
Apache-2.0. See [LICENSE](LICENSE) for details.
208207

209-
Copyright 2026 [Analytics in Motion](https://www.analyticsinmotion.com)
208+
Copyright 2026 [Decibri](https://decibri.com)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mcp-listen",
33
"version": "0.1.2",
44
"description": "Give your AI agents the ability to listen. Microphone capture and speech-to-text tools for MCP-compatible agents.",
5-
"mcpName": "io.github.analyticsinmotion/mcp-listen",
5+
"mcpName": "io.github.decibri/mcp-listen",
66
"main": "index.js",
77
"bin": {
88
"mcp-listen": "./index.js"
@@ -31,13 +31,13 @@
3131
"scripts": {
3232
"test": "node test/smoke.js"
3333
},
34-
"author": "Analytics in Motion",
34+
"author": "Decibri",
3535
"license": "Apache-2.0",
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/analyticsinmotion/mcp-listen"
38+
"url": "https://github.com/decibri/mcp-listen"
3939
},
40-
"homepage": "https://github.com/analyticsinmotion/mcp-listen",
40+
"homepage": "https://github.com/decibri/mcp-listen",
4141
"dependencies": {
4242
"@modelcontextprotocol/sdk": "^1.0.0",
4343
"decibri": "^1.0.0"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.analyticsinmotion/mcp-listen",
3+
"name": "io.github.decibri/mcp-listen",
44
"description": "Give your AI agents the ability to listen. Microphone capture and speech-to-text.",
55
"repository": {
6-
"url": "https://github.com/analyticsinmotion/mcp-listen",
6+
"url": "https://github.com/decibri/mcp-listen",
77
"source": "github"
88
},
99
"version": "0.1.2",

0 commit comments

Comments
 (0)