Skip to content

Commit 662d6cd

Browse files
Enhance README with project details and badges
Updated project description and added badges for npm version and license.
1 parent db608ce commit 662d6cd

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
# mcp-listen
22

3-
## The first MCP server that can hear
3+
**The first MCP server that can hear.**
4+
5+
Give your AI agents the ability to listen. Microphone capture and speech-to-text tools for MCP-compatible agents.
6+
7+
<div>
8+
<!-- badges: start -->
9+
<table>
10+
<tr>
11+
<td><strong>Meta</strong></td>
12+
<td>
13+
<a href="https://www.npmjs.com/package/mcp-listen"><img src="https://img.shields.io/npm/v/mcp-listen" alt="npm version"></a>&nbsp;
14+
<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;
15+
<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+
</td>
17+
</tr>
18+
<tr>
19+
<td><strong>Powered by</strong></td>
20+
<td>
21+
<a href="https://decibri.dev"><img src="https://img.shields.io/badge/decibri-audio_capture-brightgreen" alt="decibri"></a>&nbsp;
22+
<a href="https://voxagent.run"><img src="https://img.shields.io/badge/voxagent-voice_pipeline-brightgreen" alt="voxagent"></a>
23+
</td>
24+
</tr>
25+
</table>
26+
<!-- badges: end -->
27+
</div>
428

5-
[![npm version](https://img.shields.io/npm/v/mcp-listen)](https://www.npmjs.com/package/mcp-listen)
6-
[![license](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
7-
8-
Give your AI agents the ability to listen. Microphone capture and speech-to-text tools for MCP-compatible agents. Powered by [decibri](https://decibri.dev).
929

1030
## Tools
1131

0 commit comments

Comments
 (0)