MCP Calls
cmd/crewship/cmd_admin_extras.go wraps GET /api/v1/mcp-tool-calls. Lists recent MCP tool invocations across the workspace — useful for tracking which external integrations are doing real work and which are dormant.
crewship mcp-calls
Each row in the response carries the tool name, the agent that called it, the arguments, and the outcome.
Examples
jq is the most useful pretty default.
See also
crewship mcp— install and configure MCP integrations.crewship integration— broader integration management.crewship audit— workspace audit trail (MCP calls are also journaled).