question.md•3.17 kB
---
name: Question
about: Ask a question about using or contributing to MaverickMCP
title: '[QUESTION] '
labels: ['question', 'documentation']
assignees: ''
---
## Question Summary
**What would you like to know?**
Ask your question clearly and concisely.
## Context
**What are you trying to accomplish?**
Describe what you're working on or what you want to achieve.
**Your experience level:**
- [ ] New to MaverickMCP
- [ ] Familiar with MCP but new to MaverickMCP
- [ ] Experienced with MaverickMCP
- [ ] Financial analysis background
- [ ] Software development background
## Environment (if applicable)
**System Information:**
- OS: [e.g., macOS, Linux, Windows]
- Python version: [if relevant]
- Installation method: [uv, pip, docker]
## What You've Tried
**Research done:**
- [ ] Checked documentation
- [ ] Searched existing issues
- [ ] Looked at code examples
- [ ] Tried the Claude Desktop setup guide
**Attempted solutions:**
Describe what you've already tried.
## Specific Questions
**Please be specific about what you need help with:**
1. [Your first question]
2. [Your second question, if any]
3. [Additional questions]
## Question Category
**What type of question is this?**
- [ ] Installation and setup
- [ ] Configuration and API keys
- [ ] Using specific MCP tools
- [ ] Financial analysis methodology
- [ ] Technical indicators and calculations
- [ ] Stock screening strategies
- [ ] Portfolio analysis
- [ ] Performance optimization
- [ ] Integration with Claude Desktop
- [ ] Contributing to the project
- [ ] Architecture and design
- [ ] Error troubleshooting
- [ ] Other: ___
## Code Example (if applicable)
**If your question involves code, please provide a minimal example:**
```python
# Your code here
```
**Expected behavior:**
What did you expect to happen?
**Actual behavior:**
What actually happened?
## Financial Context (if applicable)
**Market/Asset class:**
- [ ] US Stocks (NYSE, NASDAQ)
- [ ] International stocks
- [ ] Crypto
- [ ] Forex
- [ ] Commodities
- [ ] Other: ___
**Analysis type:**
- [ ] Technical analysis
- [ ] Fundamental analysis
- [ ] Portfolio optimization
- [ ] Risk analysis
- [ ] Backtesting
- [ ] Real-time monitoring
- [ ] Other: ___
## Documentation Improvement
**Could this be better documented?**
- [ ] Yes, this should be added to documentation
- [ ] Yes, existing docs need clarification
- [ ] No, it's clearly documented but I missed it
- [ ] Not sure
**Where would you expect to find this information?**
- [ ] README
- [ ] CLAUDE.md project guide
- [ ] API documentation
- [ ] Examples directory
- [ ] Contributing guide
- [ ] Other: ___
## Additional Context
**Anything else that might be helpful:**
Add any other context, screenshots, or information that might help answer your question.
## Urgency
**How urgent is this question?**
- [ ] Urgent - blocking my work
- [ ] High - important for current task
- [ ] Medium - helpful to know
- [ ] Low - general curiosity
## Follow-up
**Would you be willing to:**
- [ ] Help improve documentation based on the answer
- [ ] Submit a PR with examples
- [ ] Help other users with similar questions
- [ ] Test proposed solutions