JSPM

  • Created
  • Published
  • Downloads 188
  • Score
    100M100P100Q130572F
  • License MIT

LongTable MCP transport for workspace state and Researcher Checkpoints

Package Exports

  • @longtable/mcp

Readme

@longtable/mcp

MCP transport for LongTable workspace state, $longtable-interview, and Researcher Checkpoints.

This package does not own LongTable state. It exposes structured tools over the existing .longtable/ source of truth.

Server name:

longtable-state

Run:

npx -y @longtable/mcp@0.1.35

Self-test:

longtable-state --self-test

Codex UI Researcher Checkpoints are opt-in from the CLI:

longtable mcp install --provider codex --checkpoint-ui strong --write

If MCP elicitation is unavailable or not approved, the server returns the same pending QuestionRecord as a numbered fallback.

Provider guidance should use interview tools for $longtable-interview:

  • create_workspace
  • begin_interview
  • append_interview_turn
  • summarize_interview
  • confirm_first_research_shape

For later Researcher Checkpoints, provider guidance should use elicit_question first when the MCP tool is available. longtable question --print is only the CLI fallback transport.