Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Code Indexer
Claim
by
zxfgds
GitHub
Developer Tools
Version Control
Search
Python
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
client
client/cli.py
client/__init__.py
client/plugin.py
""" 客户端包 提供MCP代码检索服务的客户端实现 """ # 导出主要类,方便用户直接从包中导入 from .plugin import McpPlugin from .cli import main as cli_main __all__ = [ "McpPlugin", "cli_main" ]