#
from typing import Any
def main(*args: Any, **kwargs: Any):
"""Entry point proxy that defers CLI imports until invocation."""
from schwab_mcp.cli import main as cli_main
return cli_main(*args, **kwargs)
__all__ = ["main"]
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/jkoelker/schwab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server