pi-solo

(★ 46)

Pi extension for Solo (soloterm.com) — registers every Solo MCP tool as a first-class Pi tool, auto-binds to SOLO_PROCESS_ID, idle-closes the helper, and renders Solo keyboard shortcuts in tool results.

File Explorer

  • .editorconfig
  • .gitignore
  • LICENSE
  • package.json
  • README.md
  • vite.config.ts

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

solo

View Details ▼

Interact with Solo hardware security keys.

solo ls

List connected Solos:

solo key update

Update the currently connected Solo's firmware to the latest version:

solo key wink --serial {{serial_number}}

Blink the LED of a specific Solo:

🔍

task

View Details ▼

To-do list manager.

task add {{description}} due:{{tomorrow}}

Add a new task which is due tomorrow:

task {{task_id}} modify priority:{{H|M|L}}

Update a task's priority:

task {{task_id}} done

Complete a task:

// repository documentation