Skip to content

## Implement: Register Zotero + pool tools in MCP server and update CLAUDE

Implement: Register Zotero + pool tools in MCP server and update CLAUDE.md

Wire up all the new biblio tools from today's session into the projio MCP server and update all documentation.

Tasks

  1. Register new tools in src/projio/mcp/server.py:
  2. biblio_pool_promote (projio wrapper already in biblio.py)
  3. biblio_zotero_pull (projio wrapper already in biblio.py)
  4. biblio_zotero_push (projio wrapper already in biblio.py)
  5. biblio_zotero_status (projio wrapper already in biblio.py)

  6. Update CLAUDE.md (projio root):

  7. Add new tools to the mcp/biblio.py tool list
  8. Document the pool ecosystem briefly
  9. Document Zotero integration tools

  10. Update packages/biblio/CLAUDE.md:

  11. Add Zotero workflow documentation
  12. Add pool promote to the ingest pipeline
  13. Document new MCP tools

  14. Update .claude/settings.json:

  15. Ensure mcp__projio__biblio_pool_promote, mcp__projio__biblio_zotero_* are in allowed tools

  16. Verify imports work:

  17. Test that from biblio.mcp import pool_promote, zotero_pull, zotero_push, zotero_status succeeds
  18. Test that from biblio.zotero import ... works without pyzotero (graceful ImportError)

Key files

  • src/projio/mcp/server.py — tool registration
  • src/projio/mcp/biblio.py — already has wrappers (from background agent)
  • CLAUDE.md — projio root documentation
  • packages/biblio/CLAUDE.md — biblio documentation
  • .claude/settings.json — tool permissions