You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mbro): add rich tab completion with parameter documentation
- Add intelligent tab completion system showing tool parameters with types,
requirements, and descriptions in popup menus
- Fix completion cache not populating when using --connect CLI option
- Implement Python REPL-style multiline support with '...' continuation
prompts for incomplete input
- Add parameter value completion with type-aware suggestions (enums,
booleans, examples)
- Support both param=value and JSON argument styles with smart detection
- Add validation for unclosed quotes, brackets, and backslash continuations
- Enhance help text to document new completion features
The completion system now provides a discoverable, self-documenting
interface where users can explore MCP tools and their parameters through
tab completion rather than reading documentation.
Signed-off-by: Phillip Sitbon <phillip.sitbon@gmail.com>
0 commit comments