mcp-browser/mcp_browser
Claude4Ξlope 1ef99927b3 Add pip infrastructure and AI development tools
- Enhanced setup.py with AI-friendly documentation generation
- Added 'python setup.py aidocs' command for:
  - Automatic API documentation via pydoc
  - ctags generation for code navigation
  - Project structure documentation
  - API summary generation
- Added CLAUDE.md explaining AI-only development
- Created __main__.py for command-line interface
- Added test_claude_connection.py to verify claude-code integration
- Added py.typed for type checking support

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 12:33:43 +02:00
..
__init__.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
__main__.py Add pip infrastructure and AI development tools 2025-06-27 12:33:43 +02:00
buffer.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
config.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
filter.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
multi_server.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
proxy.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
py.typed Add pip infrastructure and AI development tools 2025-06-27 12:33:43 +02:00
registry.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00
server.py Initial prototype of MCP Browser 2025-06-27 12:30:20 +02:00