Skip to content

Commit f3b779c

Browse files
committed
fix: Correct module path for mcpdoc
1 parent 4b0de89 commit f3b779c

File tree

1 file changed

+1
-1
lines changed
  • examples/servers/mcpdoc/function

1 file changed

+1
-1
lines changed

examples/servers/mcpdoc/function/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
command=sys.executable,
77
args=[
88
"-m",
9-
"mcpdoc",
9+
"mcpdoc.cli",
1010
"--urls", "Strands:https://strandsagents.com/latest/llms.txt",
1111
"--allowed-domains", "strandsagents.com",
1212
],

0 commit comments

Comments
 (0)