Commit Graph

2 Commits

Author SHA1 Message Date
Claude4Ξlope fde6fdbe0c Add package distribution files and cleanup
- Add MIT LICENSE file
- Add MANIFEST.in for proper package distribution
- Update .gitignore to exclude generated files (.tags, *.html)
- Remove accidentally committed pydoc HTML file

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 12:36:25 +02:00
Claude4Ξlope 9a7172096f Initial prototype of MCP Browser
A generic, minimalistic MCP browser with optimized context usage:
- Generic JSON-RPC interface with call() and discover() methods
- Sparse mode for context optimization
- 4 built-in MCP servers (screen, memory, patterns, onboarding)
- Multi-server management
- Identity-aware onboarding as third visible tool

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 12:30:20 +02:00