mcp-v0.1.2

FoundationVision/VARmcp-v0.1.2Jul 26, 2026by LauraGPT

AI Summary

This is an update to the Model Context Protocol (MCP) server that focuses on improving documentation for agents, updating the container runtime, and publishing multi-platform images.

Key Highlights

  • Provides explicit guidance on when to use or avoid the transcribe_audio tool for MCP clients.
  • Documents local/container path scope, language hints, and cache behavior.
  • Updates the container runtime from FunASR 1.3.14 to 1.3.29.
  • Publishes a multi-platform public image and refreshes official MCP Registry metadata.

New Features

  • Agent guidance documentation
  • Runtime update to 1.3.29
  • Multi-platform image publishing
  • Documentation of path scope and cache behavior

Full Release Notes

FunASR MCP Server 0.1.2 improves agent discovery and updates the packaged runtime.

## Highlights

- Gives MCP clients explicit guidance on when to use or avoid the transcribe_audio tool.
- Documents local/container path scope, supported language hints, first-call model download and cache behavior, and transcript segment output.
- Updates the container runtime from FunASR 1.3.14 to FunASR 1.3.29.
- Publishes a multi-platform public image and refreshed official MCP Registry metadata.

## Install

docker pull ghcr.io/modelscope/funasr-mcp:0.1.2

Mount audio read-only at /audio and persist the ModelScope cache as documented in examples/mcp_server/README.md.

- Official MCP Registry: https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.modelscope/funasr-mcp
- GHCR package: https://github.com/orgs/modelscope/packages/container/package/funasr-mcp
- Documentation: https://github.com/modelscope/FunASR/tree/main/examples/mcp_server
- Changes: https://github.com/modelscope/FunASR/pull/3423