@h-ear/mcp-server 0.1.6 → 0.1.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ OAuth 2.1 + PKCE discovery is automatic via [RFC 9728](https://datatracker.ietf.
72
72
 
73
73
  | Tool | Description | Auth |
74
74
  |------|-------------|------|
75
- | `classifyAudio` | Classify a single audio file or URL (MP3, WAV, FLAC, OGG, M4A). Supports files up to 25 MB with automatic chunking for larger files via filePath; URL mode has no size limit. | API Key |
75
+ | `classifyAudio` | Classify a single audio file or URL (MP3, WAV, FLAC, OGG, M4A). No file size limit large local files are split automatically into chunks via ffmpeg (requires ffmpeg on PATH); URL mode is fetched server-side with no client upload. | API Key |
76
76
  | `classifyBatch` | Batch classify up to 50 audio files or URLs. | API Key |
77
77
  | `listClasses` | List 521+ supported audio classes across 3 taxonomies (AudioSet/YAMNet, AudioSet/PANNs, Species). | None |
78
78
  | `healthCheck` | API liveness check — status, version, deployment timestamp. | None |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-ear/mcp-server",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "mcpName": "io.github.badajoz95/h-ear",
5
5
  "description": "MCP server for the H-ear World audio classification API — connect Claude, ChatGPT, and other AI agents to 521+ sound classes",
6
6
  "type": "module",