Prework
Description
Installing pointblank[mcp] from PyPI does not include the pointblank_mcp_server module, making it impossible to start the MCP server as documented.
Reproducible example
pip install "pointblank[mcp]"
python -m pointblank_mcp_server.pointblank_server
# /path/to/python: Error while finding module specification for 'pointblank_mcp_server.pointblank_server'
# (ModuleNotFoundError: No module named 'pointblank_mcp_server')
Expected result
The MCP server starts successfully, as described in the MCP Quick Start guide.
Development environment
- Operating System: macOS
- Pointblank Version: 0.24.0
Additional Context
Perhaps a PyPI packaging issue?
Prework
Description
Installing pointblank[mcp] from PyPI does not include the pointblank_mcp_server module, making it impossible to start the MCP server as documented.
Reproducible example
Expected result
The MCP server starts successfully, as described in the MCP Quick Start guide.
Development environment
Additional Context
Perhaps a PyPI packaging issue?