Spaces:
Running
Running
Merge pull request #217 from jlowin/templates
Browse files
.github/ISSUE_TEMPLATE/config.yml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
blank_issues_enabled: false
|
| 2 |
+
contact_links:
|
| 3 |
+
- name: FastMCP Documentation
|
| 4 |
+
url: https://gofastmcp.com
|
| 5 |
+
about: Please review the documentation before opening an issue.
|
| 6 |
+
- name: MCP Python SDK
|
| 7 |
+
url: https://github.com/modelcontextprotocol/python-sdk/issues
|
| 8 |
+
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.
|