Skip to content

Commit 1ce260a

Browse files
committed
test streamhttp
1 parent ce98454 commit 1ce260a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "duckduckgo-mcp-server-maintained"
3-
version = "0.1.4"
3+
version = "0.1.3"
44
description = "MCP Server for searching via DuckDuckGo (Maintained Fork)"
55
readme = "README.md"
66
authors = [

src/duckduckgo_mcp_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async def fetch_content(url: str, ctx: Context) -> str:
239239

240240

241241
def main():
242-
mcp.run(transport="http", host="127.0.0.1", port=8000, path="/mcp")
242+
mcp.run(transport="stdio")
243243

244244

245245
if __name__ == "__main__":

0 commit comments

Comments
 (0)