Skip to main content
Glama
sequences.py432 B
"""Sequence processing tools for MuseScore MCP.""" from ..client import MuseScoreClient from ..types import ActionSequence def setup_sequence_tools(mcp, client: MuseScoreClient): """Setup sequence processing tools.""" @mcp.tool() async def processSequence(sequence: ActionSequence): """Process a sequence of commands.""" return await client.send_command("processSequence", {"sequence": sequence})

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ghchen99/mcp-musescore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server