Jeremiah Lowin commited on
Commit
1e7e9a6
·
unverified ·
2 Parent(s): 3643cbe12b2a27

Merge pull request #217 from jlowin/templates

Browse files
Files changed (1) hide show
  1. .github/ISSUE_TEMPLATE/config.yml +8 -0
.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.