Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # describes the mcp servers to use
- mcpServers:
- filesystem:
- type: stdio
- command: npx
- args:
- - -y
- - '@modelcontextprotocol/server-filesystem'
- - .
- # Choose ONLY ONE of the following LLM providers
- llm:
- provider: openrouter
- model: qwen/qwen3-coder:free
- apiKey: $OPENROUTER_API_KEY
- # Evaluation LLM for reasoning assessment (recommended)
- evalLlm:
- provider: openrouter
- model: qwen/qwen3-coder:free
- apiKey: $OPENROUTER_API_KEY
- # Ollama:
- embedding:
- type: ollama
- model: mxbai-embed-large:latest
- baseUrl: $OLLAMA_BASE_URL
- # System prompt - User customizable
- # This prompt will be combined with built-in tool usage instructions
- systemPrompt:
- enabled: true
- content: |
- You are an AI programming assistant focused on coding and reasoning tasks. You excel at:
- - Writing clean, efficient code
- - Debugging and problem-solving
- - Code review and optimization
- - Explaining complex technical concepts
- - Reasoning through programming challenges
Advertisement
Add Comment
Please, Sign In to add comment