We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dependencies
1 parent 4e71d8d commit a7d9baaCopy full SHA for a7d9baa
fastmcp.json
@@ -0,0 +1,6 @@
1
+{
2
+ "entrypoint": "src/mcp_wordle/main.py",
3
+ "environment": {
4
+ "dependencies": ["requests"]
5
+ }
6
+}
src/mcp_wordle/main.py
@@ -10,7 +10,7 @@
10
import requests
11
from fastmcp import FastMCP
12
13
-mcp = FastMCP("WordleMCP", dependencies=["requests"])
+mcp = FastMCP("WordleMCP")
14
15
16
class WordleAPIData(TypedDict):
0 commit comments