bootspring_status

Check project status, server health, and system information.

Overview#

The bootspring_status tool provides comprehensive status information about your project, the Bootspring server, and system health. Use it to diagnose issues, verify setup, and monitor your development environment.

Parameters#

ParameterTypeRequiredDescription
checkstringNoSpecific check: project, server, config, all
verbosebooleanNoInclude detailed information

Check Types#

CheckDescription
projectProject-specific status
serverMCP server health
configConfiguration status
allAll status checks (default)

Usage Examples#

Full Status Check#

Use the bootspring_status tool with: - check: "all"

Response:

Loading code block...

Project Status#

Use the bootspring_status tool with: - check: "project"

Response:

Loading code block...

Server Status#

Use the bootspring_status tool with: - check: "server"

Response:

Loading code block...

Configuration Status#

Use the bootspring_status tool with: - check: "config"

Response:

Loading code block...

Verbose Status#

Use the bootspring_status tool with: - check: "all" - verbose: true

Includes additional details:

  • Full configuration dump
  • Environment variables
  • Dependency versions
  • Recent activity log

Status Indicators#

Health Score#

ScoreStatusDescription
90-100ExcellentAll systems optimal
70-89GoodMinor issues
50-69FairSome issues need attention
0-49PoorCritical issues

Check Status#

StatusIconDescription
passCheck passed
warn!Warning, not critical
failCheck failed

Response Format#

Success Response#

Loading code block...

Error Response#

Loading code block...

Diagnostics#

When issues are detected, status includes diagnostic information:

Loading code block...

CLI Integration#

Check status from the command line:

Loading code block...

Monitoring#

Continuous Monitoring#

Use the dashboard for real-time monitoring:

Loading code block...

Status Endpoints#

For automation and CI/CD:

Loading code block...

Troubleshooting#

Common Issues#

IssueCheckFix
"Not initialized"projectbootspring init
"Context missing"projectbootspring generate
"Config invalid"configCheck bootspring.config.js
"MCP not connected"serverRestart Claude Code

Getting Help#

If status shows issues:

  1. Run bootspring doctor for detailed diagnostics
  2. Check the fix suggestions in the response
  3. Use bootspring help for guidance
  4. Submit feedback if issues persist