Skip to content

pointblank_mcp_server module missing from PyPI distribution #396

@jeffkeller-einc

Description

@jeffkeller-einc

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?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions