Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_components | Search components by task. |
| get_component_detail | Get full component info. |
| install_components | Install components to .claude/. |
| check_dependencies | Check deps and conflicts. |
| ingest_repo | Index a component repository. |
| register_repo | Register a repo for auto-sync. |
| unregister_repo | Unregister a repo from auto-sync. |
| list_tracked_repos | List all tracked repos. |
| sync_status | Get sync system status. |
| start_sync_server | Start webhook server and poller. |
| stop_sync_server | Stop webhook server and poller. |
| poll_repos_now | Trigger immediate poll of all repos. |
| run_discovery_pipeline | Run the discovery and ingestion pipeline. |
| discover_repos | Discover skill repositories from GitHub. |
| get_heal_status | Get auto-heal status and failures. |
| get_pipeline_status | Get discovery pipeline status. |
| clear_heal_failures | Clear all tracked failures from auto-heal. |
| report_outcome | Report a component outcome (used, removed, deprecated). |
| get_outcome_stats | Get outcome statistics for a component. |
| get_outcome_report | Get overall outcome report with problematic components. |
| analyze_feedback | Analyze usage patterns and generate edge suggestions. |
| get_feedback_suggestions | Get pending edge suggestions from feedback analysis. |
| review_suggestion | Review a pending edge suggestion (accept or reject). |
| apply_feedback_suggestions | Apply all accepted suggestions to the graph. |
| security_scan | Scan a component for security vulnerabilities. |
| security_audit | Audit all indexed components for security vulnerabilities. |
| backfill_security_scans | Backfill security scans for existing components. Scans all components in the metadata store that don't have security data, or all components if force_rescan=True. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |