Skip to main content

MCP Registry Bridge CLI

The Registry Bridge is an internal adapter that connects praisonaiagents.tools to the MCP server. While it doesn’t have dedicated CLI commands, its effects are visible through other CLI commands.

Viewing Bridged Tools

When the bridge is enabled, bridged tools appear in tool listings with the configured namespace prefix (default: praisonai.agents.).

List All Tools Including Bridged

Output with bridge enabled:

Filter Bridged Tools

Check Tool Origin

Output:

Bridge Status via Doctor

The doctor command shows bridge status:
Output:

Programmatic Bridge Control

While there’s no direct CLI for bridge control, you can use Python:

Server with Bridge

When starting the MCP server, bridged tools are automatically registered if praisonaiagents is installed:

Identifying Bridged Tools

Bridged tools can be identified by:
  1. Namespace prefix: Default praisonai.agents.
  2. Description format: “PraisonAI Agents tool:
  3. Inferred annotations: Based on tool name patterns

Example: Categorize Tools

Troubleshooting

Bridge Not Available

Bridged Tools Not Appearing

Tool Loading Errors

Bridged tools are loaded lazily. Errors appear on first use:

Performance Notes

See Also