name: Bug Report
description: File a bug report to help us improve AAS LanceDB MCP Server
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! 🐛
- type: textarea
id: what-happened
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: What should have happened instead?
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment Information
description: |
Please provide information about your environment. You can get some of this by running:
```bash
python --version
pip list | grep -E "(lancedb|mcp|sentence-transformers)"
```
value: |
- OS: [e.g. macOS 13.0, Ubuntu 22.04, Windows 11]
- Python Version: [e.g. 3.11.0]
- AAS LanceDB MCP Version: [e.g. 0.1.0]
- LanceDB Version: [e.g. 0.12.0]
- MCP Version: [e.g. 1.1.2]
- Installation Method: [e.g. uv tool install, pip install, from source]
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Log Output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the problem here, such as configuration files, screenshots, etc.
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true