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#
| Parameter | Type | Required | Description |
|---|---|---|---|
check | string | No | Specific check: project, server, config, all |
verbose | boolean | No | Include detailed information |
Check Types#
| Check | Description |
|---|---|
project | Project-specific status |
server | MCP server health |
config | Configuration status |
all | All 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#
| Score | Status | Description |
|---|---|---|
| 90-100 | Excellent | All systems optimal |
| 70-89 | Good | Minor issues |
| 50-69 | Fair | Some issues need attention |
| 0-49 | Poor | Critical issues |
Check Status#
| Status | Icon | Description |
|---|---|---|
pass | ✓ | Check passed |
warn | ! | Warning, not critical |
fail | ✗ | Check 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#
| Issue | Check | Fix |
|---|---|---|
| "Not initialized" | project | bootspring init |
| "Context missing" | project | bootspring generate |
| "Config invalid" | config | Check bootspring.config.js |
| "MCP not connected" | server | Restart Claude Code |
Getting Help#
If status shows issues:
- Run
bootspring doctorfor detailed diagnostics - Check the fix suggestions in the response
- Use
bootspring helpfor guidance - Submit feedback if issues persist
Related Tools#
- bootspring_config - View and update configuration
- bootspring_help - Get help with issues
- bootspring_upgrade - Check for updates
- bootspring_feedback - Report issues