Merge pull request #217 from jlowin/templates

Create config.yml
This commit is contained in:
Jeremiah Lowin 2025-04-20 17:06:01 -07:00 committed by GitHub
commit a2c1e14e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: FastMCP Documentation
url: https://gofastmcp.com
about: Please review the documentation before opening an issue.
- name: MCP Python SDK
url: https://github.com/modelcontextprotocol/python-sdk/issues
about: Issues related to the low-level MCP Python SDK, including the FastMCP 1.0 module that is included in the `mcp` package, should be filed on the official MCP repository.