Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Generic MCP

  1. MCP: POST /v1/mcp per root README / examples.json. Server advertises 59 tools by default (PLURIBUS_TOOLS=core|standard|all filters tools/list; see docs/mcp-tools.md).
  2. Paste pluribus-instructions.md + snippets/context-prime.txt into system / developer instructions.
  3. Agent Skills (optional): copy skills/pluribus/ if the client supports Agent Skills.

Core loop: wakeup_context or recall_contexthousekeeping (if chores: resolve_chore) → plan → act → memory_feedback (when recall items helped or misled) → record_experience. With PLURIBUS_TOOLS=core, feedback is included in the default tool list.

Phase 11I/11K (optional, server-side): agent_telemetry_* and agent_utility_* tools are available on the same MCP surface; examples in examples.json. Plugins do not auto-run telemetry — agents or hooks must call these tools.

Enforcement tier: 1–2 (rules + MCP availability). Not mandatory unless your client enforces tool use.

Verify:

scripts/integrations/verify-generic-mcp.sh --static
PLURIBUS_BASE_URL=http://127.0.0.1:8123 scripts/integrations/verify-generic-mcp.sh