add readme, funding

This commit is contained in:
2025-08-07 23:24:27 -07:00
parent 8105d4f4dc
commit f97232f9e6
5 changed files with 93 additions and 48 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
github: taigrr

28
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,28 @@
---
name: Bug Report
about: Report a bug in elevenlabs-mcp
title: "[BUG]"
labels: bug, Unlabeled
assignees: taigrr
---
**Please describe the issue.**
[A clear and concise description of what the problem is.]
**Version Information**
- Commit [
- Systems
- OS Distribution: [ ]
**Does this bug exist on the tip of master?**
[ ] Yes
[ ] No
Please note that bugfixes will only be ported to previous major versions at the request of a Sponsor, and only when applicable and possible.
It is recommended all elevenlabs-mcp users run the lastest stable release to take advantage of the newest features and bug fixes.
**Configuration**
Please upload the configuration files used if applicable.

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://discord.gg/FWvDANDvaP
about: Please ask and answer questions here.

View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for elevenlabs-mcp
title: "[FEAT]"
labels: enhancement, Unlabeled
assignees: taigrr
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. My organization needs [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.