jianying-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jianying_doctorC | Check JianYing Pro, draft-root, FFmpeg, and the create-new safety boundary. |
| jianying_build_projectB | Compile one version-1 edit manifest into a NEW editable draft in a sandbox output root. |
| jianying_validate_projectC | Validate draft identity, timeline, materials, and local file references. |
| jianying_publish_projectA | Copy a validated NEW draft into JianYing's library. Refuses overwrite and requires JianYing closed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct stage: environment check, build, validate, and publish. No overlap in purpose or output.
All names use the consistent prefix jianying_ followed by a clear action (doctor, build, validate, publish). Style is uniform and predictable.
Four tools form a tight, well-scoped lifecycle for the server's purpose: checking prerequisites, building, validating, and publishing drafts. No redundancy or bloat.
The domain is a build-and-publish bridge for JianYing drafts. The four tools cover the full pipeline from environment check to final publication, with no obvious missing operations.