Skip to main content
Glama
NeuralIO444

AE Test Bridge MCP

by NeuralIO444

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_mock_bridgeA

Start a fake After Effects bridge listener speaking the real wire protocol, for testing bridge client code without real After Effects. Fails if one is already running.

stop_mock_bridgeB

Stop the currently running mock bridge.

queue_responseA

Register a canned response: any incoming request whose script field contains match gets response back. Rules are checked in the order they were registered; the first match wins.

set_default_responseA

Set the response returned when no queue_response rule matches an incoming request.

get_received_requestsA

Return every request the mock bridge has received so far, in order -- for asserting what a client under test actually sent.

clear_received_requestsA

Clear the recorded request history without stopping the bridge or its response rules.

clear_rulesA

Remove all queue_response rules without stopping the bridge or clearing received-request history. The default response (if set) is unaffected.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources