Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
start-session | Start a new VibeCoding development session |
get-context-summary | Get a summary of the current project and session context |
add-conversation | Add a conversation entry to the current session |
record-decision | Record an important project decision |
get-relevant-history | Retrieve relevant conversation history based on a query |
get-ai-insight | Get AI-powered insights and suggestions based on current context |
start-clarification | Start a project clarification process |
provide-clarification | Provide a clarification answer |
generate-prd | Generate a project PRD |
get-project | Get project details |
list-projects | List all projects |
generate-impl-plan | Generate a project implementation plan |