3 Commits

Author SHA1 Message Date
36a181d131 Enhance tool docstrings for LLM discoverability
- Add cross-references between related tools
- Explain use cases and when to use alternatives
- All 25 MCP tools now have descriptive docstrings
2026-02-06 20:26:39 -07:00
5595f1aef1 Update README with full feature set
- Server mode documentation
- Terminal escape sequences (send_key)
- ANSI stripping, regex, keepalive
- Connection stats and transcripts
- Security section
2026-02-06 20:02:00 -07:00
a8fbd71e0c Initial mctelnet MCP server
Telnet client capabilities for LLMs with expect-style automation:
- Multi-connection management with connection IDs
- Basic send/read operations with auto-response
- expect() for pattern matching across multiple patterns
- expect_send() for classic expect-style interactions
- run_script() for full automation sequences
- Password hiding for sensitive data
2026-02-06 16:59:28 -07:00